Merge "Make sure IPA has the right ACI" into stable/train

This commit is contained in:
Zuul 2020-09-18 06:20:44 +00:00 committed by Gerrit Code Review
commit 22a3144451
1 changed files with 19 additions and 5 deletions

View File

@ -205,11 +205,25 @@ outputs:
- /var/lib/config-data/etcd/etc/etcd/:/etc/etcd:ro
- /var/lib/etcd:/var/lib/etcd:ro
host_prep_tasks:
- name: create /var/lib/etcd
file:
path: /var/lib/etcd
state: directory
setype: svirt_sandbox_file_t
list_concat:
-
- name: create /var/lib/etcd
file:
path: /var/lib/etcd
state: directory
setype: svirt_sandbox_file_t
-
if:
- internal_tls_enabled
-
- name: check if ipa server has required permissions
import_role:
name: tls_everywhere
tasks_from: ipa-server-check
tags:
- opendev-validation
- opendev-validation-tls-everywhere
- null
upgrade_tasks: []
metadata_settings:
if: