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 }}"
|
virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||||
|
|
||||||
tcp_ports: [ 80 ]
|
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: wiki
|
||||||
ipa_host_group_desc: Fedora Wiki
|
ipa_host_group_desc: Fedora Wiki
|
||||||
ipa_client_shell_groups:
|
ipa_client_shell_groups:
|
||||||
|
|
|
@ -23,8 +23,7 @@
|
||||||
- rkhunter
|
- rkhunter
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- hosts
|
- hosts
|
||||||
- { role: ipa/client, when: env == "staging" }
|
- ipa/client
|
||||||
- { role: fas_client, when: env != "staging" }
|
|
||||||
- collectd/base
|
- collectd/base
|
||||||
- apache
|
- apache
|
||||||
- fedmsg/base
|
- fedmsg/base
|
||||||
|
@ -39,8 +38,6 @@
|
||||||
when: env != "staging" }
|
when: env != "staging" }
|
||||||
|
|
||||||
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