Update variable names
This commit is contained in:
parent
083ed945ad
commit
9aac99e723
|
@ -4,8 +4,8 @@ ansistrano_allow_anonymous_stats: false
|
|||
release_drupal_path: "{{ ansistrano_release_path.stdout }}/{{ project_web_root }}"
|
||||
release_drush_path: "{{ ansistrano_release_path.stdout }}/vendor/bin/drush"
|
||||
|
||||
hash_salt: "{{ vault_hash_salt }}"
|
||||
install_drupal: true
|
||||
drupal_hash_salt: "{{ vault_drupal_hash_salt }}"
|
||||
drupal_install: true
|
||||
|
||||
drupal_settings:
|
||||
- drupal_root: '{{ release_drupal_path }}'
|
||||
|
@ -20,7 +20,7 @@ drupal_settings:
|
|||
database: '{{ database_name }}'
|
||||
username: '{{ database_user }}'
|
||||
password: '{{ database_password }}'
|
||||
hash_salt: '{{ hash_salt }}'
|
||||
hash_salt: '{{ drupal_hash_salt }}'
|
||||
config_directories:
|
||||
sync: ../config/sync
|
||||
trusted_hosts:
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
$ANSIBLE_VAULT;1.1;AES256
|
||||
63373634663964363330343938303439626535386239363766353635663066383035343433356365
|
||||
3563326664646666636436636462326436363964306439300a653630656239653566353666383764
|
||||
30373163303633356361653436393135666131346430383766646261373636396138623636343238
|
||||
3366616233323863370a666566383163303135313134656637393233366664303031663133343363
|
||||
63343866643163393961323238623866366636363136373932303366346433343530373139373733
|
||||
3738346466643464356663313637333331656163613433663930
|
||||
63363266373530336436636134303937346137343366386262323765646537383663373161323336
|
||||
3065313765623837336136643331306130356536386237310a643963343462346537313136626663
|
||||
66303764343130313865336466316233636466613132653733666231363533653033303132306438
|
||||
3438616165386537310a646233393236643638346236356235656433656266653663333035356263
|
||||
39643535633261366330643961643865623030383832653339636164646335626464343836303638
|
||||
36306262303434623062643362613161313161373536313034623763373236613231373733333531
|
||||
323232333963356133633064306539656465
|
||||
|
|
Loading…
Reference in a new issue