Adding munin install and configuration to the playbook and package builds

This commit is contained in:
Matthew Jones
2014-07-21 13:45:26 -04:00
parent cdb711dc61
commit 1620494584
4 changed files with 43 additions and 1 deletions

5
config/awx-munin-el.conf Normal file
View File

@@ -0,0 +1,5 @@
Alias /munin /var/www/html/munin/
<Directory /var/www/html/munin/>
Order Allow,Deny
Allow from all
</Directory>