Skip to content

Instantly share code, notes, and snippets.

@trishnaguha
Created February 5, 2019 12:24
Show Gist options
  • Save trishnaguha/17528979f41fa45092b683e6be4df152 to your computer and use it in GitHub Desktop.
Save trishnaguha/17528979f41fa45092b683e6be4df152 to your computer and use it in GitHub Desktop.
Ansible101
- hosts: webserver
connection: local
tasks:
- shell: /bin/echo hello
- ping:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment