summaryrefslogtreecommitdiff
path: root/ansible/all.yml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2019-08-01 13:32:01 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2019-08-08 09:03:13 +0200
commit8070c0cf9aa181f98d52407f053b941f08c16613 (patch)
treed89ef7c20977964fc6be01b2d29e033e1c5a4e6e /ansible/all.yml
parentfe4b8b3a499270df23b1ac3f0d8ec17e22f055ae (diff)
downloadinfra-8070c0cf9aa181f98d52407f053b941f08c16613.tar.gz
infra-8070c0cf9aa181f98d52407f053b941f08c16613.tar.bz2
infra-8070c0cf9aa181f98d52407f053b941f08c16613.tar.xz
infra-8070c0cf9aa181f98d52407f053b941f08c16613.zip
postfix-satellite:
o Removing keys default_transport and relay_transport. o Moving postfix-satellite to its own file.
Diffstat (limited to 'ansible/all.yml')
-rw-r--r--ansible/all.yml21
1 files changed, 1 insertions, 20 deletions
diff --git a/ansible/all.yml b/ansible/all.yml
index 02b78ae..05502bf 100644
--- a/ansible/all.yml
+++ b/ansible/all.yml
@@ -21,26 +21,6 @@
- bind
- hosts:
- - all !knot
- roles:
- - postfix-satellite
- vars:
- username: "{{ ansible_hostname }}.trygvis.io"
- postfix:
- sasl_password:
- - host: "[trygvis.io]:587"
- username: "{{ username }}"
- password: "{{ dovecot__passwords[username] }}"
-
- tasks:
- - tags: postfix-satellite
- become: yes
- lineinfile:
- dest: /etc/postfix/sasl_passwd
- state: absent
- regex: "^\\[knot.trygvis.io\\]"
-
-- hosts:
- linode-dns-update
roles:
- linode-dns-update
@@ -52,6 +32,7 @@
tags: systemd-networkd
become: yes
+- import_playbook: plays/postfix-satellite.yml
- import_playbook: nftables.yml
- import_playbook: lxc-host.yml
- import_playbook: wireguard.yml