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

16 lines
403 B
YAML
Raw Normal View History

2021-03-20 17:59:44 +01:00
---
2021-07-16 01:19:30 +02:00
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'
2021-03-20 17:59:44 +01:00
# versionscheck
2021-07-16 01:19:30 +02:00
playbook_version_number: 26 # should be a integer
2021-03-20 17:59:44 +01:00
playbook_version_path: 'do1jlr.role-acmetool.version'