ff
This commit is contained in:
parent
c9255766c4
commit
f82f53ff94
1 changed files with 5 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue