1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Update munin/tasks/apache.yml

This commit is contained in:
A Holt 2020-01-29 09:52:27 -05:00 committed by GitHub
parent 51b61b6966
commit ef46a9dfe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
- name: Enable http://box/munin via Apache - name: Enable http://box/munin via Apache
command: a2ensite munin24.conf command: a2ensite munin24.conf
when: munin_enabled when: munin_enabled | bool
- name: Disable http://box/munin via Apache - name: Disable http://box/munin via Apache
command: a2dissite munin24.conf command: a2dissite munin24.conf