ipa/client: enable for badges in prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
6ec2e32e36
commit
191ab62299
3 changed files with 3 additions and 6 deletions
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
primary_auth_source: ipa
|
||||||
ipa_host_group: badges
|
ipa_host_group: badges
|
||||||
ipa_host_group_desc: Hosts running the Badges application
|
ipa_host_group_desc: Hosts running the Badges application
|
||||||
ipa_client_shell_groups:
|
ipa_client_shell_groups:
|
||||||
|
|
|
@ -20,8 +20,7 @@
|
||||||
- rkhunter
|
- rkhunter
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- hosts
|
- hosts
|
||||||
- { role: ipa/client, when: env == "staging" }
|
- ipa/client
|
||||||
- { role: fas_client, when: env != "staging" }
|
|
||||||
- collectd/base
|
- collectd/base
|
||||||
- fedmsg/base
|
- fedmsg/base
|
||||||
- sudo
|
- sudo
|
||||||
|
@ -32,7 +31,6 @@
|
||||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
|
||||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
|
|
|
@ -20,8 +20,7 @@
|
||||||
- rkhunter
|
- rkhunter
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- hosts
|
- hosts
|
||||||
- { role: ipa/client, when: env == "staging" }
|
- ipa/client
|
||||||
- { role: fas_client, when: env != "staging" }
|
|
||||||
- collectd/base
|
- collectd/base
|
||||||
- badges/frontend
|
- badges/frontend
|
||||||
- fedmsg/base
|
- fedmsg/base
|
||||||
|
@ -43,7 +42,6 @@
|
||||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
|
||||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue