Validation
The playbook allows the end-user to perform an initial cluster components validation, to be executed prior cluster provisioning.
Important
Refer to the Ansible tutorial, for usage of encrypted variables and files.
Execution
Example of playbook execution, using the Ansible Vault global password:
ansible-playbook --ask-vault-pass validation.yamlAnsible Vault global password prompt:
Vault password: my-Gl0bal-Passw0rdRun the following command, to perform the validation tasks for a specific role:
ansible-playbook --ask-vault-pass --tags=argo-cd validation.yaml