Created
August 6, 2015 22:26
-
-
Save amonger/4eb6222987412b1fa575 to your computer and use it in GitHub Desktop.
Ansible Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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