Skip to content

Instantly share code, notes, and snippets.

@ssbarnea
Created September 16, 2019 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssbarnea/fc6bb10cf2b14b3765897f722e0e447f to your computer and use it in GitHub Desktop.
Save ssbarnea/fc6bb10cf2b14b3765897f722e0e447f to your computer and use it in GitHub Desktop.
#!/usr/bin/env ansible-playbook
- hosts: localhost
tasks:
- command:
md5
args:
stdin: secret
register: result
- debug: var=result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment