ipa/client: enable for wiki in prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
a706cd8459
commit
717b89b8ad
2 changed files with 2 additions and 5 deletions
|
@ -10,8 +10,8 @@ deployment_type: prod
|
|||
virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||
|
||||
tcp_ports: [ 80 ]
|
||||
fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-web,sysadmin-veteran
|
||||
|
||||
primary_auth_source: ipa
|
||||
ipa_host_group: wiki
|
||||
ipa_host_group_desc: Fedora Wiki
|
||||
ipa_client_shell_groups:
|
||||
|
|
|
@ -23,8 +23,7 @@
|
|||
- rkhunter
|
||||
- nagios_client
|
||||
- hosts
|
||||
- { role: ipa/client, when: env == "staging" }
|
||||
- { role: fas_client, when: env != "staging" }
|
||||
- ipa/client
|
||||
- collectd/base
|
||||
- apache
|
||||
- fedmsg/base
|
||||
|
@ -39,8 +38,6 @@
|
|||
when: env != "staging" }
|
||||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
when: env != "staging"
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
handlers:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue