pass: move container credentials into own folder

This commit is contained in:
Gregor Michels 2022-09-14 02:58:42 +02:00
parent e350445a4b
commit e539d6c36f
3 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
memory: "{{ hostvars[item]['memory'] }}"
storage: 'local-zfs'
ostemplate: "{{ hostvars[item]['ostemplate'] }}"
password: "{{ lookup('passwordstore', 'vms/{{ item }}/root') }}"
password: "{{ lookup('passwordstore', 'container/{{ item }}/root') }}"
pubkey: "{{ lookup('ansible.builtin.file', 'files/authorized_keys') }}"
netif: "{{ hostvars[item]['net'] }}"
unprivileged: yes