From e750ccb869d60a55ce9685f4bf1f4c2d1666ad10 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Fri, 24 Jun 2016 12:57:35 +0000 Subject: [PATCH] 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 --- site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.yml b/site.yml index b4f7ca2..714820e 100644 --- a/site.yml +++ b/site.yml @@ -2,9 +2,9 @@ # 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: set_hostnames.yml - include: bootstrap_puppetmaster.yml - include: bootstrap_puppet_infra_nodes.yml - include: bootstrap_gerrit.yml