ansible-playbook-template/sites.yml
2022-03-04 14:02:21 +01:00

13 lines
200 B
YAML

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