Created
June 13, 2014 01:10
-
-
Save damaya/33f2a6b9f69910be477c to your computer and use it in GitHub Desktop.
Bootstrap AWS Devops Lab
This file contains hidden or 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
| Ansible | |
| $ git clone git://github.com/ansible/ansible.git | |
| $ cd ./ansible | |
| $ source ./hacking/env-setup | |
| Install PIP | |
| $ wget https://bootstrap.pypa.io/get-pip.py | |
| $ python get-pip.py | |
| $ sudo pip install paramiko PyYAML jinja2 httplib2 | |
| PlayBooks | |
| Development: | |
| Roles: | |
| -git | |
| -Composer | |
| -php | |
| -apache | |
| -nginx | |
| -varnish | |
| Test | |
| Roles | |
| -Behat | |
| -PHPSpech | |
| -Phantomjs | |
| Devops: | |
| Roles | |
| -Docker | |
| -Vagrant | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment