diff --git a/initial-setup.yml b/initial-setup.yml index 5c337c8..339b892 100644 --- a/initial-setup.yml +++ b/initial-setup.yml @@ -2,7 +2,7 @@ hosts: ipads gather_facts: no tasks: - - name: Set ssh to use password auth + - name: Get ssh password from password-store set_fact: ansible_ssh_pass: "{{ lookup('passwordstore', 'servers/cms/mobile@ipads') | d(omit) }}" - name: Get ssh pub key