Encrypted Parameters Management

Omnia uses Ansible Vault to encrypt sensitive configuration parameters such as passwords, API keys, and other credentials. These encrypted parameters are stored in omnia_config_credentials.yml and protected using a vault password file.

To view encrypted parameters:

ansible-vault view omnia_config_credentials.yml --vault-password-file .omnia_config_credentials_key

To edit encrypted parameters:

ansible-vault edit omnia_config_credentials.yml --vault-password-file .omnia_config_credentials_key

Note

The vault password file .omnia_config_credentials_key must be kept secure and should not be committed to version control.

If you have any feedback about Omnia documentation, please reach out at omnia.readme@dell.com.