add in the changes to run the templates

This commit is contained in:
Stephen Smoogen 2017-01-09 16:13:26 +00:00
parent 3105f3c91b
commit 4a056b2207
3 changed files with 17 additions and 5 deletions

View file

@ -283,6 +283,23 @@
- vpnclients.cfg
- web.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
# - zanata2fedmsg.cfg

View file

@ -1,5 +0,0 @@
define servicegroup {
servicegroup_name ppc-secondary
alias PPC Secondary Hosts
members ppc-koji01.ppc.fedoraproject.org,ppc-koji-frontend
}