diff --git a/ansible/inventories/distributed.yaml b/ansible/inventories/distributed.yaml index b246ad1..7d62432 100644 --- a/ansible/inventories/distributed.yaml +++ b/ansible/inventories/distributed.yaml @@ -3,5 +3,18 @@ distributed: children: pangolin: hosts: - mini1: + edge1: ansible_host: 172.104.128.23 + authentik: + hosts: + mini1: + ansible_host: 192.168.1.66 + nextcloud: + hosts: + hserve2: + ansible_host: 192.168.1.0 + nginx: + hosts: + hserve1: + ansible_host: 192.168.1.142 +