diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-03-21 11:10:05 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-03-21 11:15:28 +0100 |
commit | d3ed6ff83913dd7757f21a70915acd75f1df6140 (patch) | |
tree | c444362d43d2e7e01ae9cff561004a75e588194a /ansible/inventory | |
parent | edbe2bfb1b4845f853a1634565fbf264d1591628 (diff) | |
download | infra-d3ed6ff83913dd7757f21a70915acd75f1df6140.tar.gz infra-d3ed6ff83913dd7757f21a70915acd75f1df6140.tar.bz2 infra-d3ed6ff83913dd7757f21a70915acd75f1df6140.tar.xz infra-d3ed6ff83913dd7757f21a70915acd75f1df6140.zip |
o Adding LXC on conflatorio.
Diffstat (limited to 'ansible/inventory')
-rw-r--r-- | ansible/inventory | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ansible/inventory b/ansible/inventory index f9bf9a2..1824e7f 100644 --- a/ansible/inventory +++ b/ansible/inventory @@ -22,6 +22,17 @@ all: ansible_host: 192.168.10.201 unifi: ansible_host: 192.168.10.202 + conflatorio-test1: + ansible_host: "fd56:1ae9:097d:3ddd:6c53:1011:3bad:9498" + conflatorio-test2: + ansible_host: "fd56:1ae9:097d:3ddd:4c96:be16:9e04:c110" + conflatorio-test3: + ansible_host: "fd56:1ae9:097d:3ddd:02df:da1d:ccb7:97b9" + conflatorio-test4: + ansible_host: "fd56:1ae9:097d:3ddd:ecd7:7f0a:79cd:343c" + conflatorio-test5: + ansible_host: "fd56:1ae9:097d:3ddd:5375:e67b:7878:310d" + children: workstation: children: @@ -49,11 +60,20 @@ all: malabaricus: nextcloud: numquam: + children: + conflatorio-lxc: lxc-hosts: hosts: arius: birgitte: conflatorio: + conflatorio-lxc: + hosts: + conflatorio-test1: + conflatorio-test2: + conflatorio-test3: + conflatorio-test4: + conflatorio-test5: linode-dns-update: hosts: akysis: |