Add Ansible role dependencies as SCM rather than Ansible Galaxy roles.

This commit is contained in:
Dorian 2016-04-26 08:43:23 -04:00
parent 34c725aff8
commit 69770a46c4
1 changed files with 9 additions and 1 deletions

View File

@ -13,7 +13,7 @@ galaxy_info:
- development
- web
dependencies:
- role: dorianpula.nginx-uwsgi-supervisor
- role: "git+https://bitbucket.org/dorianpula/ansible-nginx-uwsgi-supervisor,,nginx-uwsgi-supervisor"
app_name: "{{ rookeries_app_name }}"
app_root_path: "{{ rookeries_app_symlink }}"
app_venv: "{{ rookeries_venv_symlink }}"
@ -21,3 +21,11 @@ dependencies:
app_uwsgi_port: "{{ rookeries_local_uwsgi_port }}"
app_uwsgi_executable: "rookeries:make_rookeries_app()"
app_uwsgi_envs: "{{ rookeries_app_config }}"
- role: "git+https://bitbucket.org/dorianpula/ansible-nodejs,,nodejs"
node_version_family: "5.x"
globally_installed_tools:
- browserify
- coffee-script
- less
- grunt-cli
- karma-cli