mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
16 lines
355 B
Plaintext
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"
|