ansible-playbook-template/sites.yml
2022-02-04 16:11:54 +01:00

16 lines
206 B
YAML

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