repo: Grab become password from pass store

This commit is contained in:
Marty Oehme 2025-07-17 17:20:39 +02:00
parent b147771a83
commit 9d36fe5714
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -2,6 +2,7 @@ host_system:
hosts:
bob:
ansible_ssh_private_key_file: ~/.ssh/keys/bob
ansible_become_pass: "{{ lookup('community.general.passwordstore', 'hosting/ansible/bob/sudo-password') }}"
instance_system:
#ansibletest: