From 99ce768a7d6fe9e828caf932554c4e095c1d00b2 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 11 Jan 2019 07:45:58 +0100 Subject: lxc-host: Moving to its own playbook. Adding arius-test1. Only configuring ipv4/6 forwarding for the created interface. Adding configurable ipv6 address too. wireguard: Tagging old nets with never. nftables: Trying out portforwarding on arius. --- ansible/lxc-host.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ansible/lxc-host.yml (limited to 'ansible/lxc-host.yml') diff --git a/ansible/lxc-host.yml b/ansible/lxc-host.yml new file mode 100644 index 0000000..d1c0346 --- /dev/null +++ b/ansible/lxc-host.yml @@ -0,0 +1,4 @@ +- hosts: + - lxc-hosts + roles: + - lxc-host -- cgit v1.2.3