mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
16 lines
356 B
Plaintext
16 lines
356 B
Plaintext
---
|
|
# Define resources for this group of hosts here.
|
|
lvm_size: 30000
|
|
mem_size: 6144
|
|
num_cpus: 2
|
|
|
|
tcp_ports: [ 80, 88, 389, 443, 464, 636 ]
|
|
|
|
fas_client_groups: sysadmin-main,sysadmin-accounts
|
|
|
|
nrpe_procs_warn: 300
|
|
nrpe_procs_crit: 500
|
|
|
|
ipa_dm_password: "{{ ipa_stg_dm_password }}"
|
|
ipa_ldap_socket: ldapi://%2fvar%2frun%2fslapd-STG-FEDORAPROJECT-ORG.socket
|