mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
9 lines
148 B
YAML
Executable file
9 lines
148 B
YAML
Executable file
---
|
|
- name: Provision EC2 instances
|
|
hosts: localhost
|
|
gather_facts: false
|
|
roles:
|
|
- ec2
|
|
|
|
tasks:
|
|
- include: roles/ec2/tasks/setup.yml
|