lmn-client/cloudbox.yml
2020-01-19 20:13:46 +01:00

26 lines
664 B
YAML

---
# This playbook deploys the cloudbox on a minimal installation.
- name: apply configuration to the cloudbox
hosts: all
remote_user: ansible
become: Yes
vars:
if_lan: "enp1s0"
ipaddr: "192.168.2.50/24"
gateway: "192.168.2.1"
DNS: "192.168.2.1"
ddns_domain: "something.ddnss.de"
ddns_updkey: "138638.some.key.here.635620"
backup_opts: "--exclude-caches -e '*/updater-*/' -e '*/preview/*' -e '*/files_trashbin/*'"
backup_dirs:
- "{{ nc_dir }}"
- "{{ data_dir }}"
ansible_python_interpreter: "/usr/bin/python3"
roles:
- up2date-debian
# - ddns-update
# - low-power
- nextcloud
- backup