Skip to content

Instantly share code, notes, and snippets.

@amonger
Created August 6, 2015 22:26
Show Gist options
  • Save amonger/4eb6222987412b1fa575 to your computer and use it in GitHub Desktop.
Save amonger/4eb6222987412b1fa575 to your computer and use it in GitHub Desktop.
Ansible Example
---
- name: Install Cowsay
hosts: localhost
sudo: yes
connection: local
tasks:
- name: install cowsay
apt: name=cowsay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment