newtype-infrastructure/cloud-env.yml

17 lines
223 B
YAML

---
- name: cloud environment for newtype.institute
hosts: localhost
connection: local
vars:
- region: us-west-2
vars_files:
- vault.yml
roles:
- network
- rds
- instance
- loadbalancer