Skip to content

Instantly share code, notes, and snippets.

@peterjenkins1
Last active November 6, 2018 06:29
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 peterjenkins1/7fb7b53bcf5bddad37bf9d720519c054 to your computer and use it in GitHub Desktop.
Save peterjenkins1/7fb7b53bcf5bddad37bf9d720519c054 to your computer and use it in GitHub Desktop.
Ansible playbook for quickly testing stuff
---
- hosts: localhost
gather_facts: false
connection: local
tasks:
- debug:
msg: Hello world!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment