mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	deploy(cli): auto-generate MODE_* flags from 01_modes.yml; remove legacy skip flags/params; drive cleanup via MODE_CLEANUP; validation via MODE_ASSERT; tests via MODE_TEST; drop MODE_BACKUP from 01_modes.yml. Ref: https://chatgpt.com/share/68c3725f-43a0-800f-9bb0-eb7cbf77ac24
This commit is contained in:
		| @@ -5,6 +5,5 @@ MODE_TEST:    false                       # Executes test routines instead of pr | ||||
| MODE_UPDATE:  true                        # Executes updates | ||||
| MODE_DEBUG:   false                       # This enables debugging in ansible and in the apps, You SHOULD NOT enable this on production servers | ||||
| MODE_RESET:   false                       # Cleans up all Infinito.Nexus files. It's necessary to run to whole playbook and not particial roles when using this function. | ||||
| MODE_BACKUP:  "{{ MODE_UPDATE | bool }}"  # Activates the backup before the update procedure | ||||
| MODE_CLEANUP: "{{ MODE_DEBUG  | bool }}"  # Cleanup unused files and configurations | ||||
| MODE_ASSERT:  "{{ MODE_DEBUG  | bool }}"  # Executes validation tasks during the run. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user