aboutsummaryrefslogtreecommitdiff
path: root/ansible/all.yml
diff options
context:
space:
mode:
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