lab:nuc_3
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
lab:nuc_3 [2023/04/16 19:32] – [Optional] user | lab:nuc_3 [2023/04/28 21:16] (current) – replaced user | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== NUC 3 ====== | ||
- | This is the third NUC in the [[Stack of NUCs]]. This will be an Ansible member node. We will build it using the USB install and automation methods used for [[NUC 1]] and [[NUC 2]]. | ||
- | |||
- | This process will be used to build the remaining devices in your Stack of NUCs. | ||
- | |||
- | Hardware: | ||
- | * i3 | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | * 8GB RAM | ||
- | * 32GB storage | ||
- | * Wireless | ||
- | |||
- | Software: | ||
- | * Ubuntu 22.04 LTS server | ||
- | |||
- | Purpose: | ||
- | * Ansible node | ||
- | |||
- | Steps: | ||
- | - Modify the CIDATA USB stick file user_data to set up an Ansible controller | ||
- | * You will need to modify the example below: | ||
- | * :!: Replace the wifi SSID name and PASSWORD with your wifi SSID and passphrase | ||
- | * :!: Replace the key(s) in the example for user **tux** with the output from [[NUC 1]] for: '' | ||
- | * Replace the key(s) in the example for user **ansible** with the output from [[NUC 2]] (logged in as user ansible) for: '' | ||
- | * <file yaml> | ||
- | # | ||
- | autoinstall: | ||
- | version: 1 | ||
- | ssh: | ||
- | install-server: | ||
- | # option " | ||
- | allow-pw: false | ||
- | |||
- | # " | ||
- | late-commands: | ||
- | # randomly generate the hostname & show the IP at boot | ||
- | - echo nuc-node-$(openssl rand -hex 3) > / | ||
- | # dump the IP out at login screen | ||
- | - echo " | ||
- | # merge storage to use 100% use of the file system | ||
- | - curtin in-target --target=/ | ||
- | - curtin in-target --target=/ | ||
- | # shut-down the host to avoid an infinite installer loop | ||
- | - shutdown -h now | ||
- | |||
- | user-data: | ||
- | disable_root: | ||
- | timezone: America/ | ||
- | package_upgrade: | ||
- | packages: | ||
- | - network-manager | ||
- | runcmd: | ||
- | - nmcli d wifi connect SSID password PASSWORD | ||
- | users: | ||
- | - name: tux | ||
- | primary_group: | ||
- | groups: sudo | ||
- | lock_passwd: | ||
- | # don't need PW since using SSH, leaving this in though... | ||
- | # password is " | ||
- | # passwd: " | ||
- | shell: /bin/bash | ||
- | # use cat ~/ | ||
- | ssh_authorized_keys: | ||
- | - " | ||
- | sudo: ALL=(ALL) NOPASSWD: | ||
- | - name: ansible | ||
- | gecos: Ansible User | ||
- | primary_group: | ||
- | groups: sudo | ||
- | sudo: ALL=(ALL) NOPASSWD: | ||
- | shell: /bin/bash | ||
- | lock_passwd: | ||
- | ssh_authorized_keys: | ||
- | - " | ||
- | # shutdown after first host initial provisioning | ||
- | power_state: | ||
- | mode: poweroff | ||
- | </ | ||
- | - Boot with the custom Lab bootable USB and the customized CIDATA USB inserted | ||
- | * with the NUC powered off, insert both USB sticks | ||
- | * power on the NUC, and press F10 when prompted | ||
- | * select the UEFI USB boot option | ||
- | * after a while, the device will power down | ||
- | * remove the USB sticks from the NUC and power it back on | ||
- | * be patient it is completes configuration and powers down again | ||
- | * you can disconnect the ethernet cable if you'd like, relocate it, etc., and then power it back on | ||
- | |||
- | ====== Optional ====== | ||
- | - Test logging in (for now you will need to manually accept the keys; we will add those automatically later) | ||
- | * from [[NUC 1]] | ||
- | * '' | ||
- | * exit back to NUC 1 | ||
- | * '' | ||
- | * exit back to NUC 1 | ||
- | * from [[NUC 2]], logged in as user ' | ||
- | * '' | ||
- | - Test running ad hoc commands using Ansible from NUC 2 | ||
- | * Add the IP address of NUC 3 to the inventory: | ||
- | * File: / | ||
- | * Under [nodes] add the IP address | ||
- | * '' | ||
- | * '' | ||
- | * '' | ||
- | * '' | ||
lab/nuc_3.1681673557.txt.gz · Last modified: 2023/04/16 19:32 by user