Switch from using tags to variables
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
This commit is contained in:
committed by
Sergei Petrosian
parent
82cb4bbf35
commit
7826ac05c6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user