ff
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed
ci/woodpecker/pr/ansible-lint Pipeline failed

This commit is contained in:
Michael Grote 2024-08-12 14:02:02 +02:00
parent 76d11b9cb2
commit 7a6c6ed888
2 changed files with 3 additions and 1 deletions

View file

@ -18,8 +18,9 @@
ansible.builtin.template:
src: apache.conf
dest: /etc/apache2/sites-available/000-default.conf
validate: apachectl -S
notify: "restart apache2"
# TODO validate: apachectl -S
- name: Enable fgcid
community.general.apache2_module:

View file

@ -1,3 +1,4 @@
ServerName {{ ansible_fqdn }}
Alias /munin /var/cache/munin/www
<Directory /var/cache/munin/www>
Require all granted