lab:stack_-_discover_and_add_to_inventory
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
lab:stack_-_discover_and_add_to_inventory [2023/04/28 21:37] – created user | lab:stack_-_discover_and_add_to_inventory [2023/05/01 19:43] (current) – updated user | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Stack - 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 | ||
- | |||
- | ====== Step 1 - Power on All NUCs ====== | ||
- | Power on all the NUCs. WiFi connectivity should make all visible to [[Stack - NUC 2|NUC 2]], the Ansible control node. | ||
- | |||
- | ====== Step 2 - Discover and Add to Inventory ====== | ||
- | Run the discovery script from the Ansible control node ([[Stack - NUC 2|NUC 2]]), and add the IP address to the inventory file (' | ||
- | * example: | ||
- | * '' | ||
- | * '' | ||
- | * <file bash discover.sh> | ||
- | if [ " | ||
- | then | ||
- | echo " | ||
- | echo " | ||
- | exit 1 | ||
- | fi | ||
- | OUTPUT=$1 | ||
- | [[ ! -z " | ||
- | 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 -q -o PasswordAuthentication=No $i " | ||
- | done | ||
- | </ | ||
- | |||
- | ====== Step 3 - Identify Nodes That Weren' | ||
- | This is a quick and easy way to determine which ones weren' | ||
- | |||
- | '' | ||
- | |||
- | Pull these NUCs for re-imaging/ | ||
- | |||
- | You now have a working Ansible environment! Continue to [[First Ansible Job - Update]] | ||
- | |||
- | ====== Optional ====== | ||
- | Since the lldpd package was installed, you can also discover the nodes using | ||
- | * '' | ||
lab/stack_-_discover_and_add_to_inventory.1682717863.txt.gz · Last modified: 2023/04/28 21:37 by user