munin: from container to vm #155

Merged
mg merged 91 commits from muninvm into master 2024-08-12 23:46:09 +02:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit f91ea238d0 - Show all commits

View file

@ -27,6 +27,9 @@
ansible.builtin.template:
src: apache.conf
dest: /etc/apache2/sites-available/000-default.conf
mode: '0644'
owner: root
group: root
notify: "restart apache2"
- name: Enable fgcid
@ -77,4 +80,7 @@
ansible.builtin.template:
src: ssmtp.conf
dest: /etc/ssmtp/ssmtp.conf
mode: '0644'
owner: root
group: root
...