Merge "Enable serial execution for ansible host" into stable/stein
This commit is contained in:
commit
6f1f56ffec
@ -530,7 +530,7 @@ outputs:
|
|||||||
- include_vars: global_vars.yaml
|
- include_vars: global_vars.yaml
|
||||||
- hosts: DEPLOY_TARGET_HOST
|
- hosts: DEPLOY_TARGET_HOST
|
||||||
name: Run update
|
name: Run update
|
||||||
serial: 1
|
serial: {{ deploy_serial | default(1) }}
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
any_errors_fatal: yes
|
any_errors_fatal: yes
|
||||||
vars:
|
vars:
|
||||||
@ -644,7 +644,7 @@ outputs:
|
|||||||
- include_vars: global_vars.yaml
|
- include_vars: global_vars.yaml
|
||||||
- hosts: DEPLOY_TARGET_HOST
|
- hosts: DEPLOY_TARGET_HOST
|
||||||
name: Run pre-upgrade rolling tasks
|
name: Run pre-upgrade rolling tasks
|
||||||
serial: 1
|
serial: {{ deploy_serial | default(1) }}
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
any_errors_fatal: yes
|
any_errors_fatal: yes
|
||||||
tasks:
|
tasks:
|
||||||
|
Loading…
Reference in New Issue
Block a user