mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
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
|