summaryrefslogtreecommitdiff
path: root/ansible/conflatorio.yml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2019-03-21 11:10:05 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2019-03-21 11:15:28 +0100
commitd3ed6ff83913dd7757f21a70915acd75f1df6140 (patch)
treec444362d43d2e7e01ae9cff561004a75e588194a /ansible/conflatorio.yml
parentedbe2bfb1b4845f853a1634565fbf264d1591628 (diff)
downloadinfra-d3ed6ff83913dd7757f21a70915acd75f1df6140.tar.gz
infra-d3ed6ff83913dd7757f21a70915acd75f1df6140.tar.bz2
infra-d3ed6ff83913dd7757f21a70915acd75f1df6140.tar.xz
infra-d3ed6ff83913dd7757f21a70915acd75f1df6140.zip
o Adding LXC on conflatorio.
Diffstat (limited to 'ansible/conflatorio.yml')
-rw-r--r--ansible/conflatorio.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/ansible/conflatorio.yml b/ansible/conflatorio.yml
new file mode 100644
index 0000000..9d3a832
--- /dev/null
+++ b/ansible/conflatorio.yml
@@ -0,0 +1,12 @@
+- hosts:
+ - conflatorio-lxc
+ roles:
+ - lusers
+ - superusers
+ - lxc-machine
+ - role: packages
+ become: yes
+ tags: packages
+ - role: trygvis-base
+ become: yes
+ tags: trygvis-base