Merge "Serialise operations on components which may be highly available"
This commit is contained in:
commit
b8f1466605
@ -14,7 +14,7 @@
|
||||
- name: Install Elastic Search
|
||||
hosts: elastic:kibana
|
||||
become: true
|
||||
|
||||
serial: 1
|
||||
vars_files:
|
||||
- vars/variables.yml
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
||||
- name: Install Kibana
|
||||
hosts: kibana
|
||||
become: true
|
||||
serial: [1, '100%']
|
||||
vars_files:
|
||||
- vars/variables.yml
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
||||
- name: Install Logstash
|
||||
hosts: logstash
|
||||
become: true
|
||||
serial: [1, '100%']
|
||||
vars_files:
|
||||
- vars/variables.yml
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user