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