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 }}.restart"
|
|
|
|
- 'restart'
|
|
|
|
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
|
2021-08-11 23:17:29 +02:00
|
|
|
playbook_version_number: 27 # should be a integer
|
2021-03-20 17:59:44 +01:00
|
|
|
playbook_version_path: 'do1jlr.role-acmetool.version'
|