Renamed modes

This commit is contained in:
2024-01-08 19:38:36 +01:00
parent f180c14e06
commit c7d6e8c68c
6 changed files with 14 additions and 11 deletions

View File

@@ -1,12 +1,16 @@
# General
reset_files: false # Cleans up all CyMaIS files. It's necessary to run to whole playbook and not particial roles when using this function.
verbose: false # Prints well formated debug information
test_run: false # Executes test routines instead of productive routines
database_delay: "0" # Database delay to wait for the central database before continue tasks
top_domain: "localhost" # Change this in inventory to your domain
ip4_address: "127.0.0.1" # Change thie in inventory to the ip address of your server
backups_folder_path: "/Backups/" # Path to the backups folder
# 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_verbose: false # Prints well formated debug information
mode_test: false # Executes test routines instead of productive routines
# Server Tact Variables
## Ours in which the server is 100% working. Rest of the time is reserved for maintanance