Skip to content

Instantly share code, notes, and snippets.

@chrisfree
Created February 9, 2015 15:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisfree/6affb7517f67586d721a to your computer and use it in GitHub Desktop.
Save chrisfree/6affb7517f67586d721a to your computer and use it in GitHub Desktop.
Example Playbook
---
- hosts: Chromatic-Demo-1
gather_facts: true
roles:
- base-os
- new-user
- apache2
- php55
- drush
- redis-server
- mariadb-10
- update-all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment