1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

nginx - disable apache from starting on boot if present

Or there might be a race for port 80 on reboot
This commit is contained in:
Jerry Vonau 2021-08-11 09:50:13 -05:00
parent eaf3a80d86
commit fbf714154f

View file

@ -2,6 +2,7 @@
systemd:
name: "{{ apache_service }}" # apache2 or httpd, per /opt/iiab/iiab/vars/<OS>.yml
state: stopped
enabled: no
ignore_errors: yes
# 'when: apache_installed is defined' insuff b/c mysql's php (etc) can install apache2