ansible-playbook-template/sites.yml

16 lines
206 B
YAML
Raw Normal View History

2022-02-04 16:11:54 +01:00
---
- name: ${REPO_NAME_TITLE}
hosts: nodes
pre_tasks:
- name: Load secrets
include_vars:
file: "secrets/{{ inventory_hostname }}.yml"
tags:
- always
roles: []