ansible-borg-server-playbook/playbooks/install.yml
2023-02-17 14:29:25 +01:00

13 lines
236 B
YAML

---
- name: ${REPO_NAME_TITLE}
hosts: nodes
pre_tasks:
- name: Load secrets
ansible.builtin.include_vars:
file: "{{ inventory_dir }}/secrets/{{ inventory_hostname }}.yml"
tags:
- always
roles: []