migrated notes from infra/hosts motd changes; excluding CSI infos removed csi_* vars from group_vars; converted csi_purpose & csi_relationship into notes fixed merge conflicts minor changes; var updating YAMLs & playbooks udpated YAMLs & playbooks again updated correctly; buildhw.yml fixing merge conflicts dest added in motd.yml
23 lines
522 B
Text
23 lines
522 B
Text
---
|
|
# Define resources for this group of hosts here.
|
|
|
|
deployment_type: prod
|
|
ipa_client_shell_groups:
|
|
- fi-apprentice
|
|
- sysadmin-noc
|
|
- sysadmin-veteran
|
|
- sysadmin-debuginfod
|
|
ipa_client_sudo_groups:
|
|
- sysadmin-debuginfod
|
|
ipa_host_group: debuginfod
|
|
ipa_host_group_desc: debuginfod servers
|
|
lvm_size: 1000000
|
|
max_mem_size: 131072
|
|
mem_size: 24576
|
|
num_cpus: 4
|
|
primary_auth_source: ipa
|
|
tcp_ports: [8002]
|
|
|
|
notes: |
|
|
Provides debuginfod services
|
|
This server provides a debuginfod server to allow downloading debuginfod
|