ipa/client: enable for blockerbugs in prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
c9b757d866
commit
273a97bffa
2 changed files with 2 additions and 7 deletions
|
@ -11,9 +11,7 @@ tcp_ports: [ 80, 443, 8888 ]
|
||||||
# Neeed for rsync from log01 for logs.
|
# Neeed for rsync from log01 for logs.
|
||||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.3.163.39 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
|
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.3.163.39 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
|
||||||
|
|
||||||
fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-qa,sysadmin-veteran
|
primary_auth_source: ipa
|
||||||
sudoers: "{{ private }}/files/sudo/qadevel-sudoers"
|
|
||||||
|
|
||||||
ipa_host_group: blockerbugs
|
ipa_host_group: blockerbugs
|
||||||
ipa_host_group_desc: Blocker bug tracking service
|
ipa_host_group_desc: Blocker bug tracking service
|
||||||
ipa_client_shell_groups:
|
ipa_client_shell_groups:
|
||||||
|
|
|
@ -16,8 +16,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
|
||||||
- sudo
|
- sudo
|
||||||
- rsyncd
|
- rsyncd
|
||||||
|
@ -30,8 +29,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