ansible/ec2.yml

18 lines
345 B
YAML
Executable File

#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
---
- hosts: ec2
roles:
- common
- user
- hosts: tag_role_nextcloud
vars:
acme_directory: "https://acme-staging-v02.api.letsencrypt.org/directory"
acme_version: 2
website_url: "nc.assburgers.club"
roles:
- nextcloud
- hosts: tag_role_cockpit
roles:
- cockpit