17 lines
351 B
YAML
17 lines
351 B
YAML
# SPDX-License-Identifier: MIT
|
|
---
|
|
- name: Example aide role invocation
|
|
hosts: targets
|
|
tasks:
|
|
- name: Include role aide
|
|
tags:
|
|
- install
|
|
- generate_config
|
|
- init
|
|
- check
|
|
- update
|
|
vars:
|
|
aide_db_fetch_dir: files
|
|
ansible.builtin.include_role:
|
|
name: linux-system-roles.aide
|