Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am WramblinWreck on github.
  • I am wrablin_wreck (https://keybase.io/wrablin_wreck) on keybase.
  • I have a public key whose fingerprint is ACFE 8B6E 87EF 944C 5E68 98BE 4B15 5251 A85B 5416

To claim this, I am signing this object:

@WramblinWreck
WramblinWreck / gist:7015529
Created October 16, 2013 21:50
Ansible test
- hosts: localhost
connection: local
tasks:
- name: test 1
debug: msg="{{foo}} is the value"
when: foo|default('some text', true)
- name: test 2
debug: msg="{{foo}} is the value"
when: foo
- hosts: localhost
connection: local
sudo: true
gather_facts: false
tasks:
- name: install pyrax
pip: name=pyrax
- name: Create web server
sudo: false
rax: