ipa/client: enable for datagrepper in prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
e33f6c5ef2
commit
e9309360a5
2 changed files with 2 additions and 6 deletions
|
@ -14,8 +14,7 @@ custom_rules: [
|
||||||
'-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT',
|
'-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: datagrepper
|
||||||
ipa_host_group_desc: Service to grep through historical message bus data
|
ipa_host_group_desc: Service to grep through historical message bus data
|
||||||
ipa_client_shell_groups:
|
ipa_client_shell_groups:
|
||||||
|
|
|
@ -17,8 +17,7 @@
|
||||||
- rkhunter
|
- rkhunter
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- hosts
|
- hosts
|
||||||
- { role: fas_client, when: env != "staging" }
|
- ipa/client
|
||||||
- { role: ipa/client, when: env == "staging" }
|
|
||||||
- collectd/base
|
- collectd/base
|
||||||
- fedmsg/base
|
- fedmsg/base
|
||||||
- { role: rabbit/user,
|
- { role: rabbit/user,
|
||||||
|
@ -33,8 +32,6 @@
|
||||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
|
||||||
when: env != "staging"
|
|
||||||
- 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