Merge "Serialise operations on components which may be highly available"

This commit is contained in:
Zuul 2022-06-01 10:20:52 +00:00 committed by Gerrit Code Review
commit b8f1466605
3 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@
- name: Install Elastic Search
hosts: elastic:kibana
become: true
serial: 1
vars_files:
- vars/variables.yml

View File

@ -14,6 +14,7 @@
- name: Install Kibana
hosts: kibana
become: true
serial: [1, '100%']
vars_files:
- vars/variables.yml

View File

@ -14,6 +14,7 @@
- name: Install Logstash
hosts: logstash
become: true
serial: [1, '100%']
vars_files:
- vars/variables.yml