Commit dd1d1a20 by Feanil Patel

Add curl for vagrant and update docs for run_role.yml

parent fc137c50
...@@ -43,6 +43,9 @@ common_debian_pkgs: ...@@ -43,6 +43,9 @@ common_debian_pkgs:
- python2.7 - python2.7
- python-pip - python-pip
- python2.7-dev - python2.7-dev
# Not installed by default on vagrant ubuntu
# boxes
- curl
common_pip_pkgs: common_pip_pkgs:
- virtualenv==1.10.1 - virtualenv==1.10.1
......
--- ---
# Creates a new ansible role # Creates a new ansible role
# Usage: # Usage:
# ansible-playbook ./create_role.yml -i "hostname," -e role=my_awesome_role # ansible-playbook ./run_role.yml -i "hostname," -e role=my_awesome_role
# #
- hosts: all - hosts: all
sudo: True sudo: True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment