add bootstrap role

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-10-06 15:02:07 +02:00
parent 51ca5acbd7
commit e976378b78
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 11 additions and 0 deletions

11
ansible/bootstrap.yml Normal file
View File

@ -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