--- all: children: control: hosts: ansible-node: ansible_host: 192.168.200.106 proxmox: hosts: proxmox-00: ansible_host: 192.168.200.10 proxmox-01: ansible_host: 192.168.200.11 proxmox-02: ansible_host: 192.168.200.12 dbservers: hosts: 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.71 infrastructure: hosts: docker: ansible_host: 192.168.200.200 pihole: ansible_host: 192.168.200.100 gitea: ansible_host: 192.168.200.102 jenkins: ansible_host: 192.168.200.91 application: hosts: smartjournal: ansible_host: 192.168.200.114 kubernetes: hosts: dlx-kube-01: ansible_host: 192.168.200.215 dlx-kube-02: ansible_host: 192.168.200.216 dlx-kube-03: ansible_host: 192.168.200.217 local: hosts: localhost: ansible_connection: local ansible_become: false