mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
In ansible 2.8 the - character isn't supposed to be valid in group names. While we could override this, might has well just bite the bullet and change it. So, just switch all group names to use _ instead of - Signed-off-by: Kevin Fenzi <kevin@scrye.com>
14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
---
|
|
freezes: true
|
|
postfix_group: sign
|
|
|
|
# Define resources for this group of hosts here.
|
|
lvm_size: 50000
|
|
mem_size: 4096
|
|
num_cpus: 4
|
|
|
|
tcp_ports: [ 44333, 44334 ]
|
|
|
|
fas_client_groups: sysadmin-releng
|
|
sudoers: "{{ private }}/files/sudo/00releng-sudoers"
|