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
|
nrpe_procs_crit: 1000
|
||||||
|
|
||||||
host_group: releng
|
host_group: releng
|
||||||
fas_client_groups: sysadmin-releng
|
|
||||||
freezes: true
|
freezes: true
|
||||||
sudoers: "{{ private }}/files/sudo/00releng-sudoers"
|
|
||||||
|
|
||||||
|
primary_auth_source: ipa
|
||||||
ipa_host_group: releng-compose
|
ipa_host_group: releng-compose
|
||||||
ipa_host_group_desc: Hosts running composes
|
ipa_host_group_desc: Hosts running composes
|
||||||
ipa_client_shell_groups:
|
ipa_client_shell_groups:
|
||||||
|
|
|
@ -23,8 +23,7 @@
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
- hosts
|
- hosts
|
||||||
- { role: fas_client, when: env != "staging" }
|
- ipa/client
|
||||||
- { role: ipa/client, when: env == "staging" }
|
|
||||||
- rkhunter
|
- rkhunter
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- collectd/base
|
- collectd/base
|
||||||
|
@ -159,8 +158,6 @@
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
# this is how you include other task lists
|
# this is how you include other task lists
|
||||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
|
||||||
when: env != "staging"
|
|
||||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||||
|
|
||||||
- name: install skopeo for container management
|
- name: install skopeo for container management
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue