1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_acmetool.git synced 2024-08-16 12:29:49 +02:00
ansible_role_acmetool/vars/main.yml
2021-07-16 01:19:30 +02:00

15 lines
403 B
YAML

---
acmetool__response_file:
files:
- "response-file.{{ inventory_hostname }}.yml.j2"
- 'response-file.yml.j2'
paths:
- 'templates/acmetool'
- "templates/{{ inventory_hostname }}"
- 'files/acmetool'
- "files/{{ inventory_hostname }}"
- 'templates'
# versionscheck
playbook_version_number: 26 # should be a integer
playbook_version_path: 'do1jlr.role-acmetool.version'