Add a top level master playbook that has all group/hosts playbooks included.

This commit is contained in:
Kevin Fenzi 2014-06-30 14:36:29 +00:00
parent 9b08694d30
commit 516dcf6dc8
1 changed files with 81 additions and 0 deletions

81
master.yml Normal file
View File

@ -0,0 +1,81 @@
---
#
# This is the master playbook. It includes all the other playbooks.
# Usually you would call it with a -t tagname to only run a specific tag
# over all machines.
#
# some common ones:
# -t fedmsgconfig -> runs fedmsg/base config over all playbooks
# -t apache -> run when tasks/apache.yml changes.
#
#
# group playbooks
#
- include: /srv/web/infra/ansible/playbooks/groups/arm-packager.yml
- include: /srv/web/infra/ansible/playbooks/groups/arm-qa.yml
- include: /srv/web/infra/ansible/playbooks/groups/arm-releng.yml
- include: /srv/web/infra/ansible/playbooks/groups/arm-retrace.yml
- include: /srv/web/infra/ansible/playbooks/groups/ask.yml
- include: /srv/web/infra/ansible/playbooks/groups/atomic.yml
- include: /srv/web/infra/ansible/playbooks/groups/autosign.yml
- include: /srv/web/infra/ansible/playbooks/groups/backup-server.yml
- include: /srv/web/infra/ansible/playbooks/groups/badges-backend.yml
- include: /srv/web/infra/ansible/playbooks/groups/badges-web.yml
- include: /srv/web/infra/ansible/playbooks/groups/beaker.yml
- include: /srv/web/infra/ansible/playbooks/groups/bodhi.yml
- include: /srv/web/infra/ansible/playbooks/groups/bugzilla2fedmsg.yml
- include: /srv/web/infra/ansible/playbooks/groups/buildhw.yml
- include: /srv/web/infra/ansible/playbooks/groups/buildvm.yml
- include: /srv/web/infra/ansible/playbooks/groups/docs-backend.yml
- include: /srv/web/infra/ansible/playbooks/groups/download.yml
- include: /srv/web/infra/ansible/playbooks/groups/elections.yml
- include: /srv/web/infra/ansible/playbooks/groups/fedoauth.yml
- include: /srv/web/infra/ansible/playbooks/groups/fedocal.yml
- include: /srv/web/infra/ansible/playbooks/groups/gallery.yml
- include: /srv/web/infra/ansible/playbooks/groups/github2fedmsg.yml
- include: /srv/web/infra/ansible/playbooks/groups/jenkins-cloud.yml
- include: /srv/web/infra/ansible/playbooks/groups/kerneltest.yml
- include: /srv/web/infra/ansible/playbooks/groups/keyserver.yml
- include: /srv/web/infra/ansible/playbooks/groups/koji-hub.yml
- include: /srv/web/infra/ansible/playbooks/groups/lockbox.yml
- include: /srv/web/infra/ansible/playbooks/groups/mailman.yml
- include: /srv/web/infra/ansible/playbooks/groups/mirrorlist.yml
- include: /srv/web/infra/ansible/playbooks/groups/notifs-backend.yml
- include: /srv/web/infra/ansible/playbooks/groups/notifs-web.yml
- include: /srv/web/infra/ansible/playbooks/groups/nuancier.yml
- include: /srv/web/infra/ansible/playbooks/groups/packages.yml
- include: /srv/web/infra/ansible/playbooks/groups/paste.yml
- include: /srv/web/infra/ansible/playbooks/groups/pkgdb.yml
- include: /srv/web/infra/ansible/playbooks/groups/postgresl-server.yml
- include: /srv/web/infra/ansible/playbooks/groups/releng.yml
- include: /srv/web/infra/ansible/playbooks/groups/resultsdb-dev.yml
- include: /srv/web/infra/ansible/playbooks/groups/resultsdb-stg.yml
- include: /srv/web/infra/ansible/playbooks/groups/smtp-mm.yml
- include: /srv/web/infra/ansible/playbooks/groups/summershum.yml
- include: /srv/web/infra/ansible/playbooks/groups/sundries.yml
- include: /srv/web/infra/ansible/playbooks/groups/tagger.yml
- include: /srv/web/infra/ansible/playbooks/groups/taskotron-dev.yml
- include: /srv/web/infra/ansible/playbooks/groups/taskotron.yml
- include: /srv/web/infra/ansible/playbooks/groups/unbound.yml
- include: /srv/web/infra/ansible/playbooks/groups/value.yml
- include: /srv/web/infra/ansible/playbooks/groups/virthost.yml
- include: /srv/web/infra/ansible/playbooks/groups/wiki.yml
#
# host playbooks
#
- include: /srv/web/infra/ansible/playbooks/hosts/artboard.cloud.fedoraproject.org.yml
- include: /srv/web/infra/ansible/playbooks/hosts/blockerbugs-dev.cloud.fedoraproject.org.yml
- include: /srv/web/infra/ansible/playbooks/hosts/bodhi.dev.fedoraproject.org.yml
- include: /srv/web/infra/ansible/playbooks/hosts/copr-be.cloud.fedoraproject.org.yml
- include: /srv/web/infra/ansible/playbooks/hosts/copr-be-dev.cloud.fedoraproject.org.yml
- include: /srv/web/infra/ansible/playbooks/hosts/copr-fe.cloud.fedoraproject.org.yml
- include: /srv/web/infra/ansible/playbooks/hosts/copr-fe-dev.cloud.fedoraproject.org.yml
- include: /srv/web/infra/ansible/playbooks/hosts/elections-dev.cloud.fedoraproject.org.yml
- include: /srv/web/infra/ansible/playbooks/hosts/fedocal.dev.fedoraproject.org.yml
- include: /srv/web/infra/ansible/playbooks/hosts/hrf.cloud.fedoraproject.org.yml
- include: /srv/web/infra/ansible/playbooks/hosts/lists-dev.cloud.fedoraproject.org.yml
- include: /srv/web/infra/ansible/playbooks/hosts/logstash-dev.cloud.fedoraproject.org.yml
- include: /srv/web/infra/ansible/playbooks/hosts/shogun-ca.cloud.fedoraproject.org.yml