ipa/client: enable for value in prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
36cb1aaba7
commit
fa72446395
2 changed files with 2 additions and 6 deletions
|
@ -26,8 +26,7 @@ custom_rules: [
|
||||||
'-A INPUT -p tcp -m tcp -s 192.168.1.41 --dport 5050 -j ACCEPT',
|
'-A INPUT -p tcp -m tcp -s 192.168.1.41 --dport 5050 -j ACCEPT',
|
||||||
]
|
]
|
||||||
|
|
||||||
fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-web,sysadmin-mote,sysadmin-veteran
|
primary_auth_source: ipa
|
||||||
|
|
||||||
ipa_host_group: value
|
ipa_host_group: value
|
||||||
ipa_host_group_desc: "Value added: IRC bots, message logging, etc."
|
ipa_host_group_desc: "Value added: IRC bots, message logging, etc."
|
||||||
ipa_client_shell_groups:
|
ipa_client_shell_groups:
|
||||||
|
|
|
@ -15,8 +15,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
|
||||||
- apache
|
- apache
|
||||||
- fedmsg/base
|
- fedmsg/base
|
||||||
|
@ -37,8 +36,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