Move group variables into host in this case.
This commit is contained in:
parent
8cc4c30647
commit
ed25d05c43
2 changed files with 6 additions and 9 deletions
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue