diff --git a/ansible.cfg b/ansible.cfg index 48a8b6b..a2993f2 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,3 @@ [defaults] -collections_paths = ./collections \ No newline at end of file +collections_paths = ./collections +remote_user = root \ No newline at end of file diff --git a/inventories/prod/hosts.ini b/inventories/prod/hosts.ini index e69de29..a09549b 100644 --- a/inventories/prod/hosts.ini +++ b/inventories/prod/hosts.ini @@ -0,0 +1,18 @@ +[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