Merge "Run keystone pre-service setup tasks on all keystone hosts first"

This commit is contained in:
Zuul
2022-05-30 17:26:32 +00:00
committed by Gerrit Code Review
+11
View File
@@ -38,6 +38,17 @@
tags:
- always
- name: Pre-service deployment
hosts: keystone_all
gather_facts: false
tasks:
- name: "Pre-service deployment tasks from os_keystone role"
include_role:
name: os_keystone
tasks_from: main_pre.yml
tags:
- keystone
- name: Installation and setup of Keystone
hosts: keystone_all
serial: "{{ keystone_serial | default(['1', '100%']) }}"