/ansible-unifi

Ansible for stuff that Paul runs.

Primary LanguageShell

paulcoldren-ansible

Ansible for stuff that Paul runs.

Manage encrypted variables

Create a file called ~/.ansible/paulcoldren.vault with the required vault password.

This enables access to encrypted data in ansible variables.

Use ansible-vault encrypt and ansible-vault decrypt to encrypt and decrypt _vault.yml files.

Run a playbook:

TODO