Bug fixes after testing

This commit is contained in:
David Petric
2023-03-28 10:24:45 +02:00
parent 5ff2c19628
commit 314c2a1527
7 changed files with 65 additions and 21 deletions

View File

@ -1,4 +1,10 @@
---
- name: Failsafe - disable Apache if exists
systemd:
name: apache2
state: stopped
enabled: no
- name: Install Nginx
apt:
pkg: