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

This commit is contained in:
Michael Grote 2024-08-12 13:31:32 +02:00
parent c9255766c4
commit f82f53ff94

View file

@ -19,10 +19,12 @@
src: apache.conf
dest: /etc/apache2/sites-available/000-default.conf
# (chfn -f 'munin' root) ??? TODO
- name: Enable fgcid
ansible.builtin.command: /usr/sbin/a2enmod fcgid # TODO CHANGED/when
community.general.apache2_module:
state: present
name: fcgid
# (chfn -f 'munin' root) ??? TODO
- name: Template munin-server plugins
ansible.builtin.template: