galaxy_info: author: your name description: company: your company (optional) license: BSD min_ansible_version: 2.0 platforms: - name: Ubuntu versions: - trusty - xenial galaxy_tags: [] # List tags for your role here, one per line. A tag is # a keyword that describes and categorizes the role. # Users find roles by searching for tags. Be sure to # remove the '[]' above if you add tags to this list. # # NOTE: A tag is limited to a single word comprised of # alphanumeric characters. Maximum 20 tags per role. dependencies: # - role: "git+https://bitbucket.org/dorianpula/ansible-nginx-uwsgi-supervisor,,nginx-uwsgi-supervisor" - role: "nginx-supervisor" nsbase_app_name: "{{ nodejs_app_name }}" nsbase_app_root_path: "{{ nodejs_app_root_path }}" nsbase_app_nginx_hostname: "{{ nodejs_app_nginx_hostname }}" nsbase_app_service_name: "{{ nodejs_app_service_name }}" nsbase_app_service_command: "{{ nodejs_app_supervisor_command }}" nsbase_app_service_stop_signal: QUIT nsbase_nginx_app_config: "{{ nodejs_app_nginx_config }}" # - role: "git+https://bitbucket.org/dorianpula/ansible-nodejs,,nodejs" - role: "nodejs" node_version_family: "{{ nodejs_version_family }}" globally_installed_tools: nodejs_app_global_install