Skip to content

Instantly share code, notes, and snippets.

@virtualhobbit
Last active November 26, 2020 12:23
Show Gist options
  • Save virtualhobbit/5e9b247c0ec019b5b17d0900b8728051 to your computer and use it in GitHub Desktop.
Save virtualhobbit/5e9b247c0ec019b5b17d0900b8728051 to your computer and use it in GitHub Desktop.
---
ansible_shell_type: powershell
ansible_become: yes
ansible_become_method: runas
ansible_become_user: Administrator
ansible_become_password: "{{ lookup('hashi_vault', 'secret=creds/production/{{ inventory_hostname }}:Password')}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment