ansible-playbook-template/sites.yml

13 lines
200 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
2022-03-04 14:02:21 +01:00
roles: []