ipa/client: enable for releng_compose in prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
6b419af83e
commit
e3ee5d6da8
2 changed files with 2 additions and 6 deletions
|
@ -15,10 +15,9 @@ nrpe_procs_warn: 900
|
|||
nrpe_procs_crit: 1000
|
||||
|
||||
host_group: releng
|
||||
fas_client_groups: sysadmin-releng
|
||||
freezes: true
|
||||
sudoers: "{{ private }}/files/sudo/00releng-sudoers"
|
||||
|
||||
primary_auth_source: ipa
|
||||
ipa_host_group: releng-compose
|
||||
ipa_host_group_desc: Hosts running composes
|
||||
ipa_client_shell_groups:
|
||||
|
|
|
@ -23,8 +23,7 @@
|
|||
roles:
|
||||
- base
|
||||
- hosts
|
||||
- { role: fas_client, when: env != "staging" }
|
||||
- { role: ipa/client, when: env == "staging" }
|
||||
- ipa/client
|
||||
- rkhunter
|
||||
- nagios_client
|
||||
- collectd/base
|
||||
|
@ -159,8 +158,6 @@
|
|||
|
||||
tasks:
|
||||
# this is how you include other task lists
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
when: env != "staging"
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
- name: install skopeo for container management
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue