Add Ansible role dependencies as SCM rather than Ansible Galaxy roles.
This commit is contained in:
parent
34c725aff8
commit
69770a46c4
|
@ -13,7 +13,7 @@ galaxy_info:
|
||||||
- development
|
- development
|
||||||
- web
|
- web
|
||||||
dependencies:
|
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_name: "{{ rookeries_app_name }}"
|
||||||
app_root_path: "{{ rookeries_app_symlink }}"
|
app_root_path: "{{ rookeries_app_symlink }}"
|
||||||
app_venv: "{{ rookeries_venv_symlink }}"
|
app_venv: "{{ rookeries_venv_symlink }}"
|
||||||
|
@ -21,3 +21,11 @@ dependencies:
|
||||||
app_uwsgi_port: "{{ rookeries_local_uwsgi_port }}"
|
app_uwsgi_port: "{{ rookeries_local_uwsgi_port }}"
|
||||||
app_uwsgi_executable: "rookeries:make_rookeries_app()"
|
app_uwsgi_executable: "rookeries:make_rookeries_app()"
|
||||||
app_uwsgi_envs: "{{ rookeries_app_config }}"
|
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
|
||||||
|
|
Loading…
Reference in New Issue