Last active
May 20, 2020 08:06
-
-
Save alanwhite/5b34176088d1a14e1457e87a3eaed43e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: | |
children: | |
workers: | |
hosts: | |
pico2: | |
ansible_host: 192.168.0.202 | |
pico3: | |
ansible_host: 192.168.0.203 | |
pico4: | |
ansible_host: 192.168.0.204 | |
pico5: | |
ansible_host: 192.168.0.205 | |
cws: | |
hosts: | |
pico1: | |
ansible_host: 192.168.0.201 | |
ansible_python_interpreter: /usr/bin/python3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment