Skip to content

Instantly share code, notes, and snippets.

@trishnaguha
Created February 5, 2019 12:17
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 trishnaguha/18352fc138168111d0d015e84c3ace67 to your computer and use it in GitHub Desktop.
Save trishnaguha/18352fc138168111d0d015e84c3ace67 to your computer and use it in GitHub Desktop.
Ansible 101
- hosts: webserver
connection: local
tasks:
- shell: /bin/echo hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment