lab:nuc_2
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
lab:nuc_2 [2023/04/10 00:56] – formatting user | lab:nuc_2 [2023/04/28 21:15] (current) – replaced user | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== NUC 2 ====== | ||
- | This is the second NUC in the [[Stack of NUCs]]. This will be the Ansible controller. We will build it using the USB install and autoconfiguration method we tested with [[NUC 1]]. | ||
- | References | ||
- | * [[https:// | ||
- | |||
- | Hardware: | ||
- | * 5i3 | ||
- | * 8GB RAM | ||
- | * 32GB storage | ||
- | * Wireless | ||
- | |||
- | Software: | ||
- | * Ubuntu 22.04 LTS server | ||
- | |||
- | Purpose: | ||
- | * Ansible controller | ||
- | |||
- | Steps: | ||
- | - Modify the CIDATA USB stick file user_data to set up an Ansible controller | ||
- | * <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-ansible-$(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 | ||
- | - git | ||
- | - python3-pip | ||
- | 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: | ||
- | - " | ||
- | ansible: | ||
- | install_method: | ||
- | package_name: | ||
- | run_user: ansible | ||
- | galaxy: | ||
- | actions: | ||
- | - [" | ||
- | setup_controller: | ||
- | repositories: | ||
- | - path: / | ||
- | source: git@github.com: | ||
- | # shutdown after first host initial provisioning | ||
- | power_state: | ||
- | mode: poweroff | ||
- | </ | ||
- | - Boot with the custom Lab bootable USB and the customized CIDATA USB inserted | ||
- | - Continue from here |
lab/nuc_2.1681088188.txt.gz · Last modified: 2023/04/10 00:56 by user