homelab/nextcloud.yml
2024-10-23 13:51:59 +05:00

11 lines
403 B
YAML

---
- hosts: webservers
roles:
- name: nextcloud
instance_id: "{{ nextcloud.instance_id }}"
password_salt: "{{ nextcloud.password_salt }}"
secret: "{{ nextcloud.secret }}"
db_password: "{{ postgresql_users.nextcloud }}"
smtp_password: "{{ mail_users['nextcloud@comfycamp.space'] }}"
url: https://nc.comfycamp.space
trusted_domains: ["nc.comfycamp.space"]