summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2014-01-10 19:01:52 +0000
committerKevin Fenzi <kevin@scrye.com>2014-01-10 19:01:52 +0000
commited25d05c43156ba6ce1e14b803213fa869cfa75e (patch)
tree9804b06da3698ac60a9977ac39da06b1986c8b78
parent8cc4c30647d4e24c54a6a73e0e20566de7f533a1 (diff)
downloadansible-ed25d05c43156ba6ce1e14b803213fa869cfa75e.tar.gz
ansible-ed25d05c43156ba6ce1e14b803213fa869cfa75e.tar.xz
ansible-ed25d05c43156ba6ce1e14b803213fa869cfa75e.zip
Move group variables into host in this case.
-rw-r--r--inventory/group_vars/db-datanommer9
-rw-r--r--inventory/host_vars/db-datanommer01.phx2.fedoraproject.org6
2 files changed, 6 insertions, 9 deletions
diff --git a/inventory/group_vars/db-datanommer b/inventory/group_vars/db-datanommer
deleted file mode 100644
index c21e64560..000000000
--- a/inventory/group_vars/db-datanommer
+++ /dev/null
@@ -1,9 +0,0 @@
----
-# Define resources for this group of hosts here.
-lvm_size: 300000
-mem_size: 8192
-num_cpus: 2
-
-tcp_ports: [ 5432, 443 ]
-
-fas_client_groups: sysadmin-dba,sysadmin-noc
diff --git a/inventory/host_vars/db-datanommer01.phx2.fedoraproject.org b/inventory/host_vars/db-datanommer01.phx2.fedoraproject.org
index 1dc61380d..ca9a8fb65 100644
--- a/inventory/host_vars/db-datanommer01.phx2.fedoraproject.org
+++ b/inventory/host_vars/db-datanommer01.phx2.fedoraproject.org
@@ -8,3 +8,9 @@ volgroup: /dev/vg_guests00
eth0_ip: 10.5.126.109
vmhost: virthost14.phx2.fedoraproject.org
datacenter: phx2
+# These are normally group variables, but in this case db servers are often different
+lvm_size: 300000
+mem_size: 8192
+num_cpus: 2
+tcp_ports: [ 5432, 443 ]
+fas_client_groups: sysadmin-dba,sysadmin-noc