Files
ansible-role-aide/examples/custom-template.yml
T
2024-11-12 11:15:10 +01:00

17 lines
432 B
YAML

# SPDX-License-Identifier: MIT
---
- name: Example aide role invocation
hosts: targets
tasks:
- name: Include role aide
vars:
aide_custom_template: /tmp/aide-custom.conf.j2
aide_db_fetch_dir: files
aide_install: true
aide_init: true
aide_fetch_db: true
aide_check: true
aide_update: true
ansible.builtin.include_role:
name: linux-system-roles.aide