Created
April 4, 2017 18:41
-
-
Save s3w47m88/7dbe8ca61bb8d7a29626906326014726 to your computer and use it in GitHub Desktop.
staging/vault.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Documentation: https://roots.io/trellis/docs/vault/ | |
vault_mysql_root_password: {omitted} | |
# Documentation: https://roots.io/trellis/docs/security/ | |
vault_users: | |
- name: "{{ admin_user }}" | |
password: {omitted} | |
# Variables to accompany `group_vars/staging/wordpress_sites.yml` | |
# Note: the site name (`example.com`) must match up with the site name in the above file. | |
vault_wordpress_sites: | |
staging.{omitted}.com: | |
env: | |
db_password: {omitted} | |
# Generate your keys here: https://roots.io/salts.html | |
auth_key: {omitted} | |
secure_auth_key: {omitted} | |
logged_in_key: {omitted} | |
nonce_key: {omitted} | |
auth_salt: {omitted} | |
secure_auth_salt: {omitted} | |
logged_in_salt: {omitted} | |
nonce_salt: {omitted} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment