ansible-rookeries/meta/main.yml

35 lines
1.0 KiB
YAML
Raw Permalink Normal View History

---
galaxy_info:
author: Dorian Pula
description: Ansible role to setup and deploy Rookeries.
company: Amber Penguin Software
license: AGPLV3
min_ansible_version: 1.8.0
platforms:
- name: Ubuntu
versions:
- trusty
- xenial
categories:
- development
- web
dependencies:
# - role: "git+https://bitbucket.org/dorianpula/ansible-nginx-uwsgi-supervisor,,nginx-uwsgi-supervisor"
- role: "uwsgi-nginx-supervisor"
uwsgi_app_name: "{{ rookeries_app_name }}"
uwsgi_app_root_path: "{{ rookeries_app_symlink }}"
uwsgi_app_venv: "{{ rookeries_venv_symlink }}"
uwsgi_app_nginx_hostname: "{{ rookeries_app_hostname }}"
uwsgi_app_port: "{{ rookeries_local_uwsgi_port }}"
uwsgi_app_executable: "rookeries:make_rookeries_app()"
uwsgi_app_envs: "{{ rookeries_app_config }}"
# - role: "git+https://bitbucket.org/dorianpula/ansible-nodejs,,nodejs"
- role: "nodejs"
node_version_family: "5.x"
globally_installed_tools:
- browserify
- coffee-script
- less
- grunt-cli
- karma-cli