Merge "Install rally only on first utility container"

This commit is contained in:
Zuul 2022-10-24 23:14:02 +00:00 committed by Gerrit Code Review
commit f8acdc88d8

View File

@ -14,13 +14,13 @@
# limitations under the License.
- name: Gather rally facts
hosts: utility_all
hosts: utility_all[0]
gather_facts: "{{ osa_gather_facts | default(True) }}"
tags:
- always
- name: Installation and setup of Rally
hosts: utility_all
hosts: utility_all[0]
gather_facts: false
user: root
environment: "{{ deployment_environment_variables | default({}) }}"