Skip to content

Instantly share code, notes, and snippets.

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 matgargano/9b5fa4418a222ff8727a33397c70c24a to your computer and use it in GitHub Desktop.
Save matgargano/9b5fa4418a222ff8727a33397c70c24a to your computer and use it in GitHub Desktop.
# Documentation: https://roots.io/trellis/docs/vault/
vault_mysql_root_password: generatedpwdontusethis
# Documentation: https://roots.io/trellis/docs/security/
vault_users:
- name: "{{ admin_user }}"
password: generatedpwdontusethis
salt: "generatedsaltdontusethis"
# Variables to accompany `group_vars/production/wordpress_sites.yml`
# Note: the site name (`example.com`) must match up with the site name in the above file.
vault_wordpress_sites:
mycoolsite.com:
env:
db_password: generatedpwdontusethis
wp_rocket_key: {insert_wp_rocket_key_here}
wp_rocket_email: {insert_wp_rocket_email_here}
# Generate your keys here: https://roots.io/salts.html
auth_key: "qD?$o6W=I]C&M*pK`0hQLBFa(j7IL[Yk:Hm/3Y|uc=-xukp:I]KzOcp[rVsQ`l`y"
secure_auth_key: "x(N|;3?aC2.6q3$5_Ae,b1hx)!?GeaIRo^6[vC%+K8qU9h>LFk+BrPT![*DEBK!P"
logged_in_key: "]RQ/PocdRuKp-[V6O1sx.U#)5)h0!lcC]UO^wdyG=DpO>3XKLeW@Vjp0Xq6K&U/c"
nonce_key: "5Iq?52CT5OP+[pxTq.2MMcS/,rVSp?e#5?#)23x?x6gc{O|ldq^>@B.780F?Gxk6"
auth_salt: "_[(k}<D-cV2LKCdIfx.AM)/<<=KxrS<0f2^891M2PCe^ST{wQK,v3HgV10qNSkS."
secure_auth_salt: "k:8pw1g|`g``tEfI<bwRWZCl}KU]SBx{PtWq;w/K`_#+E>d<0nVU`pK6:</6(|hm"
logged_in_salt: "#3XjlbH<%OwhC8$-F5wOLq%,,HEUiU.F1>G|]w8}f$ghWk;NXv0.:QcXhKzmQ@pG"
nonce_salt: "OGvuH`f#LU_YmadNNqpkEX.:jJ$)-hOr(sN}it[nzOKuKO_CAyro&)9EUaOOQY&<"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment