summaryrefslogtreecommitdiff
path: root/ansible/knot.yml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-08-27 20:36:21 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-08-27 20:37:42 +0200
commit1c9619633840a0e7588a5fdf6996faddf32e8090 (patch)
tree940c220b53d451d8d3316341c4a111db53ce7bad /ansible/knot.yml
parent9881c25ef9d70c442bf486f85381022432600984 (diff)
downloadinfra-1c9619633840a0e7588a5fdf6996faddf32e8090.tar.gz
infra-1c9619633840a0e7588a5fdf6996faddf32e8090.tar.bz2
infra-1c9619633840a0e7588a5fdf6996faddf32e8090.tar.xz
infra-1c9619633840a0e7588a5fdf6996faddf32e8090.zip
o Disable IPv6 in LXC containers.
o Create LXC configuration from Ansible vars.
Diffstat (limited to 'ansible/knot.yml')
-rw-r--r--ansible/knot.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible/knot.yml b/ansible/knot.yml
index 136c9b3..05207b8 100644
--- a/ansible/knot.yml
+++ b/ansible/knot.yml
@@ -10,3 +10,7 @@
import_role: name=mosquitto-server
tags: mosquitto-server
become: true
+ - name: lxc-host
+ import_role: name=lxc-host
+ tags: lxc-host
+ become: true