mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-10 06:35:54 +00:00
0823254c3b
git-subtree-dir: tests/files git-subtree-mainline: 4f3f881c9be0b590e6e28fda295257e8d15d5f02 git-subtree-split: ce7204fa17560f6a76c7592bf5f23d29f22042d6
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
|