nextcloud-aws/site.yaml

17 lines
274 B
YAML
Raw Normal View History

---
#- name: get environment
# ec2_metadata_facts:
2022-01-01 14:55:44 -08:00
- name: apply common config
hosts: all
roles:
- { role: common, become: yes }
- name: setup nextcloud instance
hosts: nextcloud
roles:
- { role: docker, become: yes }
- { role: nextcloud, become: yes }