diff options
Diffstat (limited to 'ansible/inventory')
-rw-r--r-- | ansible/inventory | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/ansible/inventory b/ansible/inventory index e22f279..f9bf9a2 100644 --- a/ansible/inventory +++ b/ansible/inventory @@ -16,11 +16,17 @@ all: ansible_host: malabaricus.trygvis.io conflatorio: ansible_host: conflatorio.trygvis.io - nextcloud: - ansible_host: 192.168.90.101 akili: ansible_host: akili.local + nextcloud: + ansible_host: 192.168.10.201 + unifi: + ansible_host: 192.168.10.202 children: + workstation: + children: + desktops: + laptops: desktops: hosts: birgitte: @@ -60,6 +66,7 @@ all: debian_stretch: hosts: malabaricus: + unifi: vars: packages__version: stretch |