22 lines
558 B
Text
22 lines
558 B
Text
---
|
|
# Define resources for this group of hosts here.
|
|
lvm_size: 30000
|
|
mem_size: 2048
|
|
num_cpus: 2
|
|
|
|
# for systems that do not match the above - specify the same parameter in
|
|
# the host_vars/$hostname file
|
|
|
|
tcp_ports: [ 80, 873 ]
|
|
fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-web,sysadmin-veteran
|
|
|
|
# This gets overridden by whichever node we want to run special cronjobs.
|
|
master_sundries_node: False
|
|
|
|
# A host group for rsync config
|
|
rsync_group: sundries
|
|
|
|
nrpe_procs_warn: 300
|
|
nrpe_procs_crit: 500
|
|
|
|
sudoers: "{{ private }}/files/sudo/sundries-sudoers"
|