give equiv cpu
This commit is contained in:
parent
fd53f15b9c
commit
b2d34605f0
2 changed files with 7 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Define resources for this group of hosts here.
|
# Define resources for this group of hosts here.
|
||||||
lvm_size: 500000
|
lvm_size: 500000
|
||||||
mem_size: 32768
|
mem_size: 32768
|
||||||
num_cpus: 6
|
num_cpus: 8
|
||||||
|
|
||||||
# For the MOTD
|
# For the MOTD
|
||||||
csi_security_category: High
|
csi_security_category: High
|
||||||
|
|
|
@ -21,10 +21,12 @@
|
||||||
- collectd/base
|
- collectd/base
|
||||||
- sudo
|
- sudo
|
||||||
- openvpn/client
|
- openvpn/client
|
||||||
- role: repospanner/server
|
- { role: repospanner/server,
|
||||||
node: repospanner01
|
node: repospanner01,
|
||||||
region: ansible
|
region: ansible,
|
||||||
spawn_repospanner_node: true
|
spawn_repospanner_node: true,
|
||||||
|
when: inventory_hostname == 'repospanner01.phx2.fedoraproject.org'
|
||||||
|
}
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue