forked from saratov/infra
move role to right place
This commit is contained in:
parent
fed1ce1907
commit
5203380750
@ -17,7 +17,6 @@
|
|||||||
- {role: pve, tags: [ ]}
|
- {role: pve, tags: [ ]}
|
||||||
- {role: lxc, tags: [ ]}
|
- {role: lxc, tags: [ ]}
|
||||||
- {role: inventory, bootstrap: yes, tags: [ ]}
|
- {role: inventory, bootstrap: yes, tags: [ ]}
|
||||||
- {role: prereq, tags: [ ]}
|
|
||||||
tags: [ provision ]
|
tags: [ provision ]
|
||||||
|
|
||||||
- name: prepare nodes
|
- name: prepare nodes
|
||||||
@ -34,6 +33,7 @@
|
|||||||
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