mirror of
https://github.com/status-im/infra-swarm.git
synced 2025-02-23 21:08:07 +00:00
12 lines
218 B
YAML
12 lines
218 B
YAML
|
---
|
||
|
- 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
|