ansible/inventory/group_vars/sundries_stg
Kevin Fenzi d6a6b9a645 sundries / sundries_stg: set deployment_type
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:19 +02:00

24 lines
600 B
Text

---
# Define resources for this group of hosts here.
lvm_size: 50000
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,sysadmin-releng
# This gets overridden by whichever node we want to run special cronjobs.
master_sundries_node: False
deployment_type: stg
# A host group for rsync config
rsync_group: sundries-stg
nrpe_procs_warn: 300
nrpe_procs_crit: 500
sudoers: "{{ private }}/files/sudo/sundries-sudoers"