X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/5b0ee7c4c8d8df834da1e4a4d2f1d6b34c002dda..f215d1f2051d9b8c65cd7359e4fecca57b9e5572:/roles/apache/tasks/main.yml diff --git a/roles/apache/tasks/main.yml b/roles/apache/tasks/main.yml index 5943499..95bf531 100644 --- a/roles/apache/tasks/main.yml +++ b/roles/apache/tasks/main.yml @@ -67,15 +67,12 @@ content: | [Unit] After=network-online.target + Wants=network-online.target + [Service] + Restart=on-failure - name: sysconfig to disable DAD copy: dest: /etc/sysctl.d/50-no-dad.conf content: | # Disable DAD so network-online.target works for IPv6 net.ipv6.conf.all.accept_dad=0 -- name: cleanup cronjob to fix apache startup - cron: - name: "apache2-start-fix" - minute: "*/5" - job: "if systemctl is-failed apache2 >/dev/null; then echo 'restarting apache'; systemctl restart apache2; fi" - state: absent