add in the changes to run the templates
This commit is contained in:
parent
3105f3c91b
commit
4a056b2207
3 changed files with 17 additions and 5 deletions
|
@ -283,6 +283,23 @@
|
||||||
- vpnclients.cfg
|
- vpnclients.cfg
|
||||||
- web.cfg
|
- web.cfg
|
||||||
- wiki.cfg
|
- wiki.cfg
|
||||||
|
|
||||||
|
- name: Build out nagios servicegroup templates
|
||||||
|
template: src=nagios/servicegroups/{{item}}.j2 dest=/etc/nagios/servicegroups/{{item}} mode=0644 owner=root group=root
|
||||||
|
with_items:
|
||||||
|
- bodhi.cfg
|
||||||
|
- fedorahosted.org.cfg
|
||||||
|
- freemedia.cfg
|
||||||
|
- kvmHosts.cfg
|
||||||
|
- mgmt-https.cfg
|
||||||
|
- pkgdb.cfg
|
||||||
|
- fas.cfg
|
||||||
|
- fp-wiki.cfg
|
||||||
|
- ipa.cfg
|
||||||
|
- mgmt-http.cfg
|
||||||
|
- mirrorlist.cfg
|
||||||
|
- retrace.cfg
|
||||||
|
|
||||||
##
|
##
|
||||||
## not implemented yet
|
## not implemented yet
|
||||||
# - zanata2fedmsg.cfg
|
# - zanata2fedmsg.cfg
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
define servicegroup {
|
|
||||||
servicegroup_name ppc-secondary
|
|
||||||
alias PPC Secondary Hosts
|
|
||||||
members ppc-koji01.ppc.fedoraproject.org,ppc-koji-frontend
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue