forked from saratov/infra
rename step
This commit is contained in:
parent
5203380750
commit
717833c713
@ -19,6 +19,12 @@
|
|||||||
- {role: inventory, bootstrap: yes, tags: [ ]}
|
- {role: inventory, bootstrap: yes, tags: [ ]}
|
||||||
tags: [ provision ]
|
tags: [ provision ]
|
||||||
|
|
||||||
|
- name: configure prerequrements
|
||||||
|
hosts: stack
|
||||||
|
gather_facts: false
|
||||||
|
roles:
|
||||||
|
- {role: prereq, tags: [ ]}
|
||||||
|
|
||||||
- name: prepare nodes
|
- name: prepare nodes
|
||||||
hosts: stack
|
hosts: stack
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
@ -33,7 +39,6 @@
|
|||||||
when: destroy_all is not defined or not destroy_all
|
when: destroy_all is not defined or not destroy_all
|
||||||
roles:
|
roles:
|
||||||
- {role: prepare-config, tags: [ ]}
|
- {role: prepare-config, tags: [ ]}
|
||||||
- {role: prereq, tags: [ ]}
|
|
||||||
- {role: common, tags: [ ]}
|
- {role: common, tags: [ ]}
|
||||||
tags: [ prepare ]
|
tags: [ prepare ]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user