diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 5ab2eba..cc0eb0a 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -1,16 +1,33 @@ --- all: children: - # Example group structure - customize as needed - webservers: + control: hosts: - # web1: - # ansible_host: 192.168.1.10 + ansible-node: + ansible_host: 192.168.200.106 dbservers: hosts: - # db1: - # ansible_host: 192.168.1.20 + postgres: + ansible_host: 192.168.200.103 + mysql: + ansible_host: 192.168.200.110 + mongo: + ansible_host: 192.168.200.111 + + webservers: + hosts: + nginx: + ansible_host: 192.168.200.65 + npm: + ansible_host: 192.168.200.101 + + infrastructure: + hosts: + docker: + ansible_host: 192.168.200.200 + pihole: + ansible_host: 192.168.200.100 local: hosts: