mirror of
https://github.com/status-im/infra-swarm.git
synced 2025-02-22 20:38:18 +00:00
add requirements and bootstra.yml
This commit is contained in:
parent
de790722fb
commit
52ececd0f1
11
ansible/bootstrap.yml
Normal file
11
ansible/bootstrap.yml
Normal 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
7
ansible/requirements.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user