mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
apache remnant in nginx branch
This commit is contained in:
parent
cffb6afecc
commit
d213353c53
1 changed files with 0 additions and 13 deletions
|
@ -47,19 +47,6 @@
|
|||
state: started
|
||||
when: munin_enabled | bool
|
||||
|
||||
- name: Create symlink munin24.conf from sites-enabled to sites-available (debuntu)
|
||||
file:
|
||||
src: /etc/apache2/sites-available/munin24.conf
|
||||
path: /etc/apache2/sites-enabled/munin24.conf
|
||||
state: link
|
||||
when: munin_enabled and is_debuntu
|
||||
|
||||
- name: Remove symlink /etc/apache2/sites-enabled/munin24.conf if not munin_enabled (debuntu)
|
||||
file:
|
||||
path: /etc/apache2/sites-enabled/munin24.conf
|
||||
state: absent
|
||||
when: not munin_enabled and is_debuntu
|
||||
|
||||
- name: Disable munin-node service if not munin_enabled
|
||||
service:
|
||||
name: munin-node
|
||||
|
|
Loading…
Reference in a new issue