mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 21:17:16 +00:00
58ec49a34d
cppjit client (python not yet working)
10 lines
144 B
YAML
10 lines
144 B
YAML
---
|
|
- name: Provision EC2 instances
|
|
hosts: local
|
|
gather_facts: false
|
|
roles:
|
|
- ec2
|
|
|
|
tasks:
|
|
- include: roles/ec2/tasks/setup.yml
|