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

38 lines
892 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-08-11 23:17:29 +02:00
acmetool__reload_hook:
files:
- "{{ inventory_hostname }}.reload"
- 'reload'
2021-08-11 23:17:29 +02:00
paths:
- 'files/acmetool'
- "files/{{ inventory_hostname }}"
- 'templates/acmetool'
- "templates/{{ inventory_hostname }}"
- 'files'
acmetool__restart_hook:
files:
- "{{ inventory_hostname }}.restart"
- 'restart'
paths:
- 'files/acmetool'
- "files/{{ inventory_hostname }}"
- 'templates/acmetool'
- "templates/{{ inventory_hostname }}"
- 'files'
2021-03-20 17:59:44 +01:00
# versionscheck
2023-10-30 01:53:47 +01:00
playbook_version_number: 36 # should be a integer
2021-03-20 17:59:44 +01:00
playbook_version_path: 'do1jlr.role-acmetool.version'