Lookup passwords from password-store

This commit is contained in:
Adam Goldsmith 2022-06-27 23:11:36 -04:00
parent b8ce275ed7
commit ef68c525de

5
hosts
View File

@ -12,7 +12,6 @@ ipads:
- Plasma Cutter, Hypertherm Powermax85
- MIG Welder, Miller 210
vars:
ansible_ssh_user: mobile
ansible_ssh_pass: alpine
ansible_become_pass: alpine
ansible_user: mobile
ansible_become_pass: "{{ lookup('passwordstore', 'servers/cms/mobile@ipads') | d(omit) }}"
ansible_python_interpreter: /usr/bin/python2.7