From ce09ea4f8eefdad56be7a273adf37752a06efae8 Mon Sep 17 00:00:00 2001 From: Dirk Wirts Date: Mon, 20 Nov 2023 16:09:46 +0100 Subject: [PATCH] =?UTF-8?q?Weitere=20Daeien=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible-create_mailrelay.yml | 2 +- setups/setup.info | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ansible-create_mailrelay.yml b/ansible-create_mailrelay.yml index 6bd9ee3..b8e1b0a 100644 --- a/ansible-create_mailrelay.yml +++ b/ansible-create_mailrelay.yml @@ -1,6 +1,6 @@ --- - name: Setup and Configure Mail Relay Docker Container - hosts: your_target_host + hosts: all become: true vars: mail_relay_dir: /mnt/docker/mail-relay diff --git a/setups/setup.info b/setups/setup.info index be9a780..8e7e0e6 100644 --- a/setups/setup.info +++ b/setups/setup.info @@ -18,4 +18,5 @@ Playbooks ausführen 9. ansible-setup_watchtower.yml 10. ansible-setup_ssh_tunnel.yml 11. ansible-setup_admins.yml - 12. ansible-set-static-ip.yml \ No newline at end of file + 12. ansible-set_pw_rules.yml + 13. ansible-set-static-ip.yml \ No newline at end of file