summaryrefslogtreecommitdiff
path: root/ansible/knot.yml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2019-09-06 09:33:59 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2019-09-06 09:34:35 +0200
commit74d9417aa347110401b4a8984bce0cb0266d3f91 (patch)
treeb3cfd945ca712d3d39c8ef0d9fe33bf5cce87a81 /ansible/knot.yml
parent72849580c5e488918d27962ea733e6dccb129147 (diff)
downloadinfra-74d9417aa347110401b4a8984bce0cb0266d3f91.tar.gz
infra-74d9417aa347110401b4a8984bce0cb0266d3f91.tar.bz2
infra-74d9417aa347110401b4a8984bce0cb0266d3f91.tar.xz
infra-74d9417aa347110401b4a8984bce0cb0266d3f91.zip
knot: Adding user, improving plays.
Diffstat (limited to 'ansible/knot.yml')
-rw-r--r--ansible/knot.yml19
1 files changed, 10 insertions, 9 deletions
diff --git a/ansible/knot.yml b/ansible/knot.yml
index fe729f8..9bd7632 100644
--- a/ansible/knot.yml
+++ b/ansible/knot.yml
@@ -4,20 +4,21 @@
roles:
- mw-frontend
- ufw
- tasks:
- - name: mosquitto-server
- import_role: name=mosquitto-server
+ - role: postfix
+ tags: postfix
+ - role: dovecot
+ tags: dovecot
+ - role: bind
+ tags: bind
+ - role: mosquitto-server
tags: mosquitto-server
become: true
- - name: lxc-host
- import_role: name=lxc-host
+ - role: lxc-host
tags: lxc-host
become: true
- - name: knot-apache
- import_role: name=knot-apache
+ - role: knot-apache
tags: knot-apache
become: true
- - name: knot-misc
- import_role: name=knot-misc
+ - role: knot-misc
tags: knot-misc
become: true