Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am psgrove on github.
  • I am paulgrove (https://keybase.io/paulgrove) on keybase.
  • I have a public key whose fingerprint is E163 7316 2055 7255 3F67 C13F 9A14 5375 3219 17E6

To claim this, I am signing this object:

@psgrove
psgrove / gist:9816509
Created March 27, 2014 19:45
Playbook2
---
- hosts: localhost
sudo: false
user: paul
roles:
- chrome
- test
@psgrove
psgrove / gist:9816003
Created March 27, 2014 19:24
My Playbook test
---
- hosts: localhost
sudo: false
user: paul
tasks:
- name: Does this work?
shell: echo "tester" >> ~/test.txt
roles:
- chrome
- test