Refactor the vault/secrets

This commit is contained in:
Tobias Reisinger 2026-02-06 21:41:42 +01:00
parent 11c339ce92
commit 28f2e9a33a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
32 changed files with 144 additions and 83 deletions

View file

@ -10,7 +10,7 @@
- name: Create the acme-dns-accounts
ansible.builtin.copy:
dest: "{{ (lego_config_path, 'acme-dns-accounts.json') | path_join }}"
content: '{{ vault_acmedns_registered | acmedns_to_lego | to_json }}'
content: '{{ lego_acmedns_registered | acmedns_to_lego | to_json }}'
mode: "0644"
- name: Copy the hook script
ansible.builtin.copy: