Skip to content

Instantly share code, notes, and snippets.

@s3w47m88
Created April 4, 2017 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s3w47m88/7dbe8ca61bb8d7a29626906326014726 to your computer and use it in GitHub Desktop.
Save s3w47m88/7dbe8ca61bb8d7a29626906326014726 to your computer and use it in GitHub Desktop.
staging/vault.yml
# 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