ipa/client: enable for badges in prod

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2021-03-19 17:25:38 +01:00
parent 6ec2e32e36
commit 191ab62299
3 changed files with 3 additions and 6 deletions

View file

@ -1,4 +1,5 @@
---
primary_auth_source: ipa
ipa_host_group: badges
ipa_host_group_desc: Hosts running the Badges application
ipa_client_shell_groups:

View file

@ -20,8 +20,7 @@
- rkhunter
- nagios_client
- hosts
- { role: ipa/client, when: env == "staging" }
- { role: fas_client, when: env != "staging" }
- ipa/client
- collectd/base
- fedmsg/base
- sudo
@ -32,7 +31,6 @@
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
tasks:
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
- import_tasks: "{{ tasks_path }}/motd.yml"
handlers:

View file

@ -20,8 +20,7 @@
- rkhunter
- nagios_client
- hosts
- { role: ipa/client, when: env == "staging" }
- { role: fas_client, when: env != "staging" }
- ipa/client
- collectd/base
- badges/frontend
- fedmsg/base
@ -43,7 +42,6 @@
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
tasks:
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
- import_tasks: "{{ tasks_path }}/motd.yml"
handlers: