mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 12:51:54 +01:00
9 lines
516 B
YAML
9 lines
516 B
YAML
|
# Mode
|
||
|
|
||
|
# The following modes can be combined with each other
|
||
|
mode_reset: false # Cleans up all CyMaIS files. It's necessary to run to whole playbook and not particial roles when using this function.
|
||
|
mode_debug: false # Prints well formated debug information
|
||
|
mode_test: false # Executes test routines instead of productive routines
|
||
|
mode_update: true # Executes updates
|
||
|
mode_backup: true # Activates the backup before the update procedure
|
||
|
mode_setup: false # Execute the setup and initializing procedures
|