diff --git a/ansible.cfg b/ansible.cfg index a2993f2..48a8b6b 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,2 @@ [defaults] -collections_paths = ./collections -remote_user = root \ No newline at end of file +collections_paths = ./collections \ No newline at end of file diff --git a/inventories/prod/hosts.ini b/inventories/prod/hosts.ini index a09549b..e69de29 100644 --- a/inventories/prod/hosts.ini +++ b/inventories/prod/hosts.ini @@ -1,18 +0,0 @@ -[all_servers] -172.16.9.88 -192.168.100.72 ansible_port=2222 -192.168.100.73 - -[dmz] -172.16.9.88 - -[forgejo_servers] -192.168.100.72 ansible_port=2222 - -[nextcloud_servers] -192.168.100.73 - -[reverseproxy_servers] -172.16.9.88 -192.168.100.72 ansible_port=2222 -192.168.100.73 \ No newline at end of file