fix(system/sshd): use HashiCorp Vault address from variable
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
c116552ab8
commit
741f570235
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
- name: Fetch the public key from the HashiCorp Vault
|
- name: Fetch the public key from the HashiCorp Vault
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
url: https://hvault.mfocko.xyz/v1/ssh/public_key
|
url: https://{{ hashicorp_vault_address }}/v1/ssh/public_key
|
||||||
dest: /etc/ssh/sshd_config.d/trusted-user-ca-keys.pem
|
dest: /etc/ssh/sshd_config.d/trusted-user-ca-keys.pem
|
||||||
mode: 0600
|
mode: 0600
|
||||||
owner: root
|
owner: root
|
||||||
|
|
Loading…
Reference in a new issue