mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
ipa/client: enable for datagrepper in prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
@@ -14,8 +14,7 @@ custom_rules: [
|
||||
'-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT',
|
||||
]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-datanommer,fi-apprentice,sysadmin-veteran
|
||||
|
||||
primary_auth_source: ipa
|
||||
ipa_host_group: datagrepper
|
||||
ipa_host_group_desc: Service to grep through historical message bus data
|
||||
ipa_client_shell_groups:
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
- rkhunter
|
||||
- nagios_client
|
||||
- hosts
|
||||
- { role: fas_client, when: env != "staging" }
|
||||
- { role: ipa/client, when: env == "staging" }
|
||||
- ipa/client
|
||||
- collectd/base
|
||||
- fedmsg/base
|
||||
- { role: rabbit/user,
|
||||
@@ -33,8 +32,6 @@
|
||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
when: env != "staging"
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
handlers:
|
||||
|
||||
Reference in New Issue
Block a user