Files
fedora-infra_ansible/inventory/group_vars/secondary

16 lines
355 B
Plaintext

---
# Define resources for this group of hosts here.
lvm_size: 30000
mem_size: 8192
num_cpus: 4
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [ 80, 443, 111, 2049 ]
udp_ports: [ 111, 2049 ]
fas_client_groups: sysadmin-releng
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid"