Files
ansible-role-aide/defaults/main.yml
T

23 lines
468 B
YAML

# SPDX-License-Identifier: MIT
---
# Here is the right place to put the role's input variables.
# This file also serves as a documentation for such a variables.
# Path to template file
aide_db_template: null
# Examples of role input variables:
aide_db_fetch_dir: files
# Enable initialization of the database phase
aide_init: false
# Fetch db
aide_fetch_db: false
# Enable check database phase
aide_check: false
# Enable database update phase
aide_update: false