lab:discover_nucs_and_add_to_inventory
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
lab:discover_nucs_and_add_to_inventory [2023/04/16 20:08] – added quiet flag user | lab:discover_nucs_and_add_to_inventory [2023/04/28 21:32] (current) – replaced user | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Discover NUCs and add to inventory ====== | ||
- | Now that you have your [[Stack of NUCs]] all built, updated, and connected to the wireless network, it is time to set them all up in the Ansible inventory so we can start doing things with them. | ||
- | Purpose: | ||
- | * Discover local hosts that the Ansible control node can access | ||
- | * Add these hosts to our inventory | ||
- | |||
- | Steps: | ||
- | - power on all the nodes | ||
- | - run the discovery script from the Ansible control node ([[NUC 2]]) | ||
- | * <file bash discover.sh> | ||
- | IPs=$(sudo arp-scan --localnet --numeric --quiet --ignoredups | grep -E ' | ||
- | for i in ${IPs}; do | ||
- | # set up SSH managment keys | ||
- | ssh-keygen -q -R $i && ssh-keyscan -H $i >> ~/ | ||
- | # identify hosts ansible can access | ||
- | ssh -o PasswordAuthentication=No $i "uname -I" && echo $i | ||
- | done | ||
- | </ |
lab/discover_nucs_and_add_to_inventory.1681675737.txt.gz · Last modified: 2023/04/16 20:08 by user