Update SP setup playbook for updated deployer

This commit is contained in:
Prathamesh Musale 2025-06-14 15:10:50 +05:30
parent bd1c7bcb3f
commit 8d092bf5f0
2 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,7 @@
# Cache GPG passphrase by signing a dummy string to avoid passphrase prompts in later steps
- 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
shell: bash .vault/vault-rekey.sh

View File

@ -18,6 +18,7 @@ SYSTEM_PRUNE=false
WEBAPP_IMAGE_PRUNE=true
CHECK_INTERVAL=5
FQDN_POLICY="allow"
DEPLOYMENT_IP="{{ service_provider_ip }}"
# lrn of the webapp deployer
LRN="lrn://{{ authority_name }}/deployers/webapp-deployer-api.pwa.{{ full_domain }}"