Skip to content

Instantly share code, notes, and snippets.

@Bigpet
Created March 10, 2014 10:04
Show Gist options
  • Save Bigpet/9462323 to your computer and use it in GitHub Desktop.
Save Bigpet/9462323 to your computer and use it in GitHub Desktop.
simple ansible yml
---
- hosts: testservers
user: bradmin
sudo: yes
tasks:
- name: ensure apache is runing
service: name=https state=running
@Bigpet
Copy link
Author

Bigpet commented Mar 10, 2014

output is

PAY [testservers] *************************

GATHERING FACTS *************************

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment