Switch from using tags to variables

Signed-off-by: Radovan Sroka <rsroka@redhat.com>
This commit is contained in:
Radovan Sroka
2024-11-12 11:15:10 +01:00
committed by Sergei Petrosian
parent 82cb4bbf35
commit 7826ac05c6
27 changed files with 164 additions and 95 deletions
+15
View File
@@ -5,3 +5,18 @@
# Examples of role input variables:
aide_db_fetch_dir: files
# Enable install phase
aide_install: false
# Enable config file generation phase
aide_generate_config: false
# Enable initialization of the database phase
aide_init: false
# Enable check database phase
aide_check: false
# Enable database update phase
aide_update: false