Skip to Content

Validation

The playbook allows the end-user to perform an initial cluster components validation, to be executed prior to 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.yaml

Ansible Vault global password prompt:

Vault password: my-Gl0bal-Passw0rd

Run the following command to perform the validation tasks for a specific role:

ansible-playbook --ask-vault-pass --tags=argo-cd validation.yaml
Last updated on