diff --git a/hosts b/hosts index eaf0dba..a5894b9 100644 --- a/hosts +++ b/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