From f8b76eef4116db44665afcb9af4c487955e52c64 Mon Sep 17 00:00:00 2001 From: ansible Date: Sat, 26 Feb 2022 21:52:29 +0100 Subject: [PATCH] . --- ansible.cfg | 2 +- inventory | 19 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 inventory diff --git a/ansible.cfg b/ansible.cfg index ee0f75b..ea96529 100755 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,3 @@ [defaults] -inventory=inventory +inventory=inventory.yml callback_enabled = profile_tasks diff --git a/inventory b/inventory deleted file mode 100644 index 0b83b9b..0000000 --- a/inventory +++ /dev/null @@ -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