Created
February 9, 2015 15:44
-
-
Save chrisfree/6affb7517f67586d721a to your computer and use it in GitHub Desktop.
Example Playbook
This file contains 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
--- | |
- 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