mirror of
https://github.com/roles-ansible/ansible_role_acmetool.git
synced 2024-08-16 12:29:49 +02:00
37 lines
892 B
YAML
37 lines
892 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'
|
|
|
|
acmetool__reload_hook:
|
|
files:
|
|
- "{{ inventory_hostname }}.reload"
|
|
- 'reload'
|
|
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'
|
|
|
|
# versionscheck
|
|
playbook_version_number: 36 # should be a integer
|
|
playbook_version_path: 'do1jlr.role-acmetool.version'
|