diff options
Diffstat (limited to 'ansible/host_vars')
-rw-r--r-- | ansible/host_vars/birgitte/lxc.yml | 5 | ||||
-rw-r--r-- | ansible/host_vars/conflatorio/lxc.yml | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/ansible/host_vars/birgitte/lxc.yml b/ansible/host_vars/birgitte/lxc.yml index 9233b4b..a57d6e6 100644 --- a/ansible/host_vars/birgitte/lxc.yml +++ b/ansible/host_vars/birgitte/lxc.yml @@ -1,8 +1,5 @@ -lxc_host_containers: +lxc_host__containers: nextcloud: state: started -lxc_host__enable_network_cfg: yes -lxc_host__hardware_if: wlx00e01d0808b2 -lxc_host__br_if: br0 lxc_host__internal_if: int0 diff --git a/ansible/host_vars/conflatorio/lxc.yml b/ansible/host_vars/conflatorio/lxc.yml new file mode 100644 index 0000000..43e1817 --- /dev/null +++ b/ansible/host_vars/conflatorio/lxc.yml @@ -0,0 +1,9 @@ +lxc_host__containers: + test1: + state: started + host_database: conflatorio-test1 + test2: + state: stopped + host_database: conflatorio-test2 + conflatorio-test3: + state: absent |