forked from cerc-io/testnet-ops
Update SP setup playbook for updated deployer
This commit is contained in:
parent
bd1c7bcb3f
commit
8d092bf5f0
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
# Cache GPG passphrase by signing a dummy string to avoid passphrase prompts in later steps
|
# Cache GPG passphrase by signing a dummy string to avoid passphrase prompts in later steps
|
||||||
- name: Sign a dummy string using gpg-key
|
- name: Sign a dummy string using gpg-key
|
||||||
shell: echo "This is a dummy string." | gpg --batch --yes --local-user "{{ gpg_key_id }}" --passphrase "{{ vault_passphrase }}" --pinentry-mode loopback --sign -
|
shell: echo "This is a dummy string." | gpg --armor --batch --yes --local-user "{{ gpg_key_id }}" --passphrase "{{ vault_passphrase }}" --pinentry-mode loopback --sign -
|
||||||
|
|
||||||
- name: Run vault-rekey.sh
|
- name: Run vault-rekey.sh
|
||||||
shell: bash .vault/vault-rekey.sh
|
shell: bash .vault/vault-rekey.sh
|
||||||
|
|||||||
@ -18,6 +18,7 @@ SYSTEM_PRUNE=false
|
|||||||
WEBAPP_IMAGE_PRUNE=true
|
WEBAPP_IMAGE_PRUNE=true
|
||||||
CHECK_INTERVAL=5
|
CHECK_INTERVAL=5
|
||||||
FQDN_POLICY="allow"
|
FQDN_POLICY="allow"
|
||||||
|
DEPLOYMENT_IP="{{ service_provider_ip }}"
|
||||||
|
|
||||||
# lrn of the webapp deployer
|
# lrn of the webapp deployer
|
||||||
LRN="lrn://{{ authority_name }}/deployers/webapp-deployer-api.pwa.{{ full_domain }}"
|
LRN="lrn://{{ authority_name }}/deployers/webapp-deployer-api.pwa.{{ full_domain }}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user