vault.yml.example (347B)
1 --- 2 # Copy this file to vault.yml, fill in real values, then encrypt it: 3 # cp group_vars/all/vault.yml.example group_vars/all/vault.yml 4 # ansible-vault encrypt group_vars/all/vault.yml 5 # 6 # vault.yml is gitignored — it never gets committed, even encrypted. 7 8 pushover_app_token: CHANGEME 9 pushover_user_key: CHANGEME 10 jellyfin_api_key: CHANGEME