From cc70c3640eeb06d9129cd624c0750f2db70648a7 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 4 Jan 2019 15:04:54 +0100 Subject: lxc-host: Major refactoring. o Removing radvd support, should be handled by itself. Better support for setting ipv6 addresses instead. o Moving out UFW stupport, should be moved to the ufw package. o Better variables, default and file names. --- ansible/host_vars/conflatorio/lxc.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ansible/host_vars/conflatorio/lxc.yml (limited to 'ansible/host_vars/conflatorio') 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 -- cgit v1.2.3