feat: add Duplicati service deployment tasks and restructure service inclusion in Ansible playbook
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
This commit is contained in:
@@ -12,3 +12,9 @@
|
||||
- name: Include services-repo tasks
|
||||
ansible.builtin.include_tasks: services-repo.yml
|
||||
when: ansible_hostname == "mennos-cloud-server"
|
||||
|
||||
- name: Include services tasks
|
||||
ansible.builtin.include_tasks: services/services.yml
|
||||
vars:
|
||||
duplicati_enabled: true
|
||||
when: ansible_hostname == "mennos-cloud-server"
|
||||
|
Reference in New Issue
Block a user