ipa/client: enable for pdc_web in prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
a4061e6bbc
commit
8b6c9a19cf
2 changed files with 2 additions and 6 deletions
|
@ -13,8 +13,7 @@ wsgi_threads: 2
|
|||
|
||||
tcp_ports: [ 80 ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-releng,sysadmin-mbs,sysadmin-veteran
|
||||
|
||||
primary_auth_source: ipa
|
||||
ipa_host_group: pdc-web
|
||||
ipa_host_group_desc: Product Definition Center web app
|
||||
ipa_client_shell_groups:
|
||||
|
|
|
@ -22,13 +22,10 @@
|
|||
- nagios_client
|
||||
- collectd/base
|
||||
- hosts
|
||||
- { role: fas_client, when: env != "staging" }
|
||||
- { role: ipa/client, when: env == "staging" }
|
||||
- ipa/client
|
||||
- sudo
|
||||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
when: env != "staging"
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
- name: stuff for the web nodes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue