* Remotenet command for AWS and ansible fixes for all remotenet commands * Ansible for AWS, terraform for AWS * Moved remotenet commands to networks/ folder, created ansible playbooks and example scripts to set up remote testnets in the cloud * Added application deployment infrastructure scripts * Obsoleted DigitalOcean scripts, some cleanup in AWS scripts * Changelog -> pending, disclaimer
11 lines
113 B
YAML
11 lines
113 B
YAML
---
|
|
|
|
- hosts: all
|
|
any_errors_fatal: true
|
|
gather_facts: no
|
|
vars:
|
|
- service: gaiad
|
|
roles:
|
|
- start
|
|
|