Compare commits
2 Commits
cef0693f84
...
42b63f613c
| Author | SHA1 | Date | |
|---|---|---|---|
| 42b63f613c | |||
| f8b76eef41 |
@ -1,3 +1,3 @@
|
||||
[defaults]
|
||||
inventory=inventory
|
||||
inventory=inventory.yml
|
||||
callback_enabled = profile_tasks
|
||||
|
||||
19
inventory
19
inventory
@ -1,19 +0,0 @@
|
||||
|
||||
[rpi:children]
|
||||
rpi_rpios
|
||||
rpi_ubuntu
|
||||
|
||||
[rpi_ubuntu]
|
||||
|
||||
[rpi_ubuntu:vars]
|
||||
ansible_user=ubuntu
|
||||
|
||||
[rpi_rpios]
|
||||
octopi ansible_host=192.168.2.99
|
||||
pihole ansible_host=192.168.2.20
|
||||
naspi ansible_host=192.168.2.75
|
||||
piprint ansible_host=192.168.2.95
|
||||
|
||||
[rpi_rpios:vars]
|
||||
ansible_user=pi
|
||||
ansible_python_interpreter=/usr/bin/python
|
||||
Reference in New Issue
Block a user