--- # # 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/anitya.yml - 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/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/bastion.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/busgateway.yml - include: /srv/web/infra/ansible/playbooks/groups/composers.yml # These are disabled until fully tested in favor of host playbooks below. #- include: /srv/web/infra/ansible/playbooks/groups/copr-back.yml #- include: /srv/web/infra/ansible/playbooks/groups/copr-front.yml - include: /srv/web/infra/ansible/playbooks/groups/datagrepper.yml - include: /srv/web/infra/ansible/playbooks/groups/dhcp.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/fas.yml - include: /srv/web/infra/ansible/playbooks/groups/fedimg.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/mirrormanager.yml - include: /srv/web/infra/ansible/playbooks/groups/memcached.yml - include: /srv/web/infra/ansible/playbooks/groups/noc.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/pkgs.yml - include: /srv/web/infra/ansible/playbooks/groups/postgresql-server.yml - include: /srv/web/infra/ansible/playbooks/groups/qadevel.yml # Do not enable this currently. Dev is using stg's ip address. #- include: /srv/web/infra/ansible/playbooks/groups/qadevel-stg.yml - include: /srv/web/infra/ansible/playbooks/groups/resultsdb-prod.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/retrace.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-prod.yml - include: /srv/web/infra/ansible/playbooks/groups/taskotron-prod-clients.yml - include: /srv/web/infra/ansible/playbooks/groups/taskotron-dev.yml - include: /srv/web/infra/ansible/playbooks/groups/taskotron-dev-clients.yml - include: /srv/web/infra/ansible/playbooks/groups/taskotron-stg.yml - include: /srv/web/infra/ansible/playbooks/groups/taskotron-stg-clients.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/cloud-noc01.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/junk02.phx2.fedoraproject.org.yml - include: /srv/web/infra/ansible/playbooks/hosts/koschei.cloud.fedoraproject.org.yml - include: /srv/web/infra/ansible/playbooks/hosts/lists-dev.cloud.fedoraproject.org.yml - include: /srv/web/infra/ansible/playbooks/hosts/logserver.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