infra-ansible/site.yml
Ricardo Carrillo Cruz e750ccb869 Set hostnames before the common play
Servers should be able to resolv Internet and the infra hosts
before doing anything useful on them

Change-Id: If694f45235e8c49a6caaee45dbf6d21d79385f65
2016-06-24 12:58:36 +00:00

15 lines
430 B
YAML

---
# file: site.yml
- include: generate_infra_dynamic_groups.yml
- include: wait_for_servers.yml
- include: set_hostnames.yml
- include: set_resolv_conf.yml
- include: common.yml
- include: bootstrap_puppetmaster.yml
- include: bootstrap_puppet_infra_nodes.yml
- include: bootstrap_gerrit.yml
- include: run_puppet_on_gerrit.yml
- include: run_puppet_on_zuul.yml
- include: run_puppet_on_jenkins.yml
- include: bootstrap_jjb.yml