add requirements and bootstra.yml

This commit is contained in:
Jakub Sokołowski 2018-08-01 14:28:00 -04:00
parent de790722fb
commit 52ececd0f1
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 18 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

7
ansible/requirements.yml Normal file
View File

@ -0,0 +1,7 @@
- name: infra-role-bootstrap
src: git@github.com:status-im/infra-role-bootstrap.git
scm: git
- name: consul-service
src: git@github.com:status-im/infra-role-consul-service.git
scm: git