mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
Normally it's just a nitpick to not have trailing spaces on variables. However, for some things like mac address, it really matters. Bunches of buildhw's were failing ansibile because they were passing "mac address " to linux-system-roles networking and ansible was going 'huh, nope, I can't find that mac address here at all'. So, just blow all the tailing spaces away to avoid any other variables that hit this. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
29 lines
602 B
Plaintext
29 lines
602 B
Plaintext
---
|
|
# Define resources for this group of hosts here.
|
|
lvm_size: 500000
|
|
mem_size: 8192
|
|
max_mem_size: 16384
|
|
num_cpus: 4
|
|
|
|
deployment_type: prod
|
|
|
|
tcp_ports: [ 8002 ]
|
|
|
|
primary_auth_source: ipa
|
|
ipa_host_group: debuginfod
|
|
ipa_host_group_desc: debuginfod servers
|
|
ipa_client_shell_groups:
|
|
- fi-apprentice
|
|
- sysadmin-noc
|
|
- sysadmin-veteran
|
|
- sysadmin-debuginfod
|
|
ipa_client_sudo_groups:
|
|
- sysadmin-debuginfod
|
|
|
|
csi_security_category: Low
|
|
csi_primary_contact: "#fedora-admin"
|
|
csi_purpose: Provides debuginfod services
|
|
csi_relationship: |
|
|
- This server provides a debuginfod server to allow downloading debuginfod
|
|
|