ipa/client: enable for openqa in prod

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2021-03-19 17:25:38 +01:00
parent 202715dbc8
commit 6fcbc946ee
4 changed files with 4 additions and 4 deletions

View file

@ -58,6 +58,7 @@ openqa_amqp_smtp: bastion
# http and NFS
tcp_ports: [80, 2049]
primary_auth_source: ipa
ipa_host_group: openqa-servers
ipa_host_group_desc: OpenQA servers
ipa_client_shell_groups:

View file

@ -21,6 +21,7 @@ openqa_nfs_worker: true
deployment_type: prod
freezes: false
primary_auth_source: ipa
ipa_host_group: openqa-workers
ipa_host_group_desc: OpenQA worker hosts
ipa_client_shell_groups:

View file

@ -11,14 +11,13 @@
pre_tasks:
- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
roles:
- { role: base, tags: ['base'] }
- { role: rkhunter, tags: ['rkhunter'] }
- { role: nagios_client, tags: ['nagios_client'] }
- { role: hosts, tags: ['hosts']}
- { role: fas_client, tags: ['fas_client'] }
- ipa/client
- { role: collectd/base, tags: ['collectd_base'] }
- { role: sudo, tags: ['sudo'] }
- { role: openqa/worker, tags: ['openqa_worker'] }

View file

@ -19,13 +19,12 @@
- { role: rkhunter, tags: ['rkhunter'] }
- { role: nagios_client, tags: ['nagios_client'] }
- { role: hosts, tags: ['hosts']}
- { role: fas_client, tags: ['fas_client'] }
- ipa/client
- { role: collectd/base, tags: ['collectd_base'] }
- { role: sudo, tags: ['sudo'] }
- apache
tasks:
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
- import_tasks: "{{ tasks_path }}/motd.yml"
handlers: