repo: Grab become password from pass store
This commit is contained in:
parent
b147771a83
commit
9d36fe5714
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ host_system:
|
||||||
hosts:
|
hosts:
|
||||||
bob:
|
bob:
|
||||||
ansible_ssh_private_key_file: ~/.ssh/keys/bob
|
ansible_ssh_private_key_file: ~/.ssh/keys/bob
|
||||||
|
ansible_become_pass: "{{ lookup('community.general.passwordstore', 'hosting/ansible/bob/sudo-password') }}"
|
||||||
|
|
||||||
instance_system:
|
instance_system:
|
||||||
#ansibletest:
|
#ansibletest:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue