From 5d29bc1345aa11087d2cbd5517452f1eacaee684 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 19 Feb 2014 23:00:43 +0000 Subject: [PATCH] Setup a staging host_group and use resolv.conf for it. --- inventory/group_vars/staging | 1 + roles/base/files/resolv.conf/staging | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 roles/base/files/resolv.conf/staging diff --git a/inventory/group_vars/staging b/inventory/group_vars/staging index 1a6791e044..c1cf3ff8f2 100644 --- a/inventory/group_vars/staging +++ b/inventory/group_vars/staging @@ -1,3 +1,4 @@ --- freezes: false env: staging +host_group: staging diff --git a/roles/base/files/resolv.conf/staging b/roles/base/files/resolv.conf/staging new file mode 100644 index 0000000000..067c59368e --- /dev/null +++ b/roles/base/files/resolv.conf/staging @@ -0,0 +1,6 @@ +search stg.phx2.fedoraproject.org phx2.fedoraproject.org fedoraproject.org +nameserver 10.5.126.21 +nameserver 10.5.126.22 +options rotate timeout:1 + +