mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 11:00:32 +08:00
up the number of cpus for the systems in the group. add 2GB more ram also
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 30000
|
||||
mem_size: 6144
|
||||
num_cpus: 2
|
||||
mem_size: 8192
|
||||
num_cpus: 4
|
||||
|
||||
tcp_ports: [ 80, 88, 389, 443, 464, 636 ]
|
||||
udp_ports: [ 88, 464 ]
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 30000
|
||||
mem_size: 6144
|
||||
num_cpus: 2
|
||||
mem_size: 8192
|
||||
num_cpus: 4
|
||||
|
||||
tcp_ports: [ 80, 88, 389, 443, 464, 636 ]
|
||||
udp_ports: [ 88, 464 ]
|
||||
|
||||
Reference in New Issue
Block a user