Skip to content

Instantly share code, notes, and snippets.

@cchurch
Created November 4, 2013 18:52
Show Gist options
  • Save cchurch/7307409 to your computer and use it in GitHub Desktop.
Save cchurch/7307409 to your computer and use it in GitHub Desktop.
Simple test Ansible playbook.
---
- hosts: all
connection: local
tasks:
- name: ping
action: ping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment