Lookup passwords from password-store
This commit is contained in:
parent
b8ce275ed7
commit
ef68c525de
5
hosts
5
hosts
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user