add bootstrap role
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
51ca5acbd7
commit
e976378b78
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
- name: Bootstrap Python support for Ansible
|
||||
gather_facts: False
|
||||
hosts: all
|
||||
roles:
|
||||
- infra-role-bootstrap/raw
|
||||
|
||||
- name: Bootstrap admin accounts and Consul
|
||||
hosts: all
|
||||
roles:
|
||||
- infra-role-bootstrap
|
Loading…
Reference in New Issue