ipa/client: enable for notifs in prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
77c3daa9b7
commit
49cafcccf4
5 changed files with 3 additions and 13 deletions
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
primary_auth_source: ipa
|
||||
ipa_host_group: notifs
|
||||
ipa_host_group_desc: Fedora Notifications
|
||||
ipa_client_shell_groups:
|
||||
|
|
|
@ -10,10 +10,6 @@ num_cpus: 8
|
|||
|
||||
tcp_ports: [ 3000, 3001, 3002, 3003, 3004, 3005 ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-datanommer,sysadmin-veteran
|
||||
|
||||
sudoers: "{{ private }}/files/sudo/notifs-sudoers"
|
||||
|
||||
# For performance measurement.. for now. This can be removed whenever.
|
||||
fedmsg_loglevel: DEBUG
|
||||
deployment_type: prod
|
||||
|
|
|
@ -13,10 +13,6 @@ wsgi_threads: 2
|
|||
|
||||
tcp_ports: [ 80 ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-datanommer,sysadmin-veteran
|
||||
|
||||
sudoers: "{{ private }}/files/sudo/notifs-sudoers"
|
||||
|
||||
deployment_type: prod
|
||||
|
||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||
|
|
|
@ -22,8 +22,7 @@
|
|||
- base
|
||||
- rkhunter
|
||||
- hosts
|
||||
- { role: ipa/client, when: env == "staging" }
|
||||
- { role: fas_client, when: env != "staging" }
|
||||
- ipa/client
|
||||
- nagios_client
|
||||
- collectd/base
|
||||
- fedmsg/base
|
||||
|
@ -37,7 +36,6 @@
|
|||
# when: env != "staging" }
|
||||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
handlers:
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
- rkhunter
|
||||
- nagios_client
|
||||
- hosts
|
||||
- fas_client
|
||||
- ipa/client
|
||||
- collectd/base
|
||||
- mod_wsgi
|
||||
- role: fedmsg/base
|
||||
|
@ -36,7 +36,6 @@
|
|||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
handlers:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue