diff --git a/defaults/main.yml b/defaults/main.yml index 8556630..c83de42 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -2,7 +2,7 @@ # defaults file for ansible-nginx-uwsgi-supervisor # Web root paths + app name + home -app_name: rookeries +app_name: app web_root_path: /srv/www web_server_group: www-data app_home: "{{ web_root_path }}/{{ app_name }}_webapp" @@ -13,4 +13,4 @@ nginx_app_static: "{{ app_home }}/{{ app_name }}/static/" # UWSGI uwsgi_port: 8001 -uwsgi_app_executable: rookeries:make_rookeries_app() +uwsgi_app_executable: "app:make_wsgi_app()" diff --git a/meta/main.yml b/meta/main.yml index cacb3bd..3fc20ab 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,16 +1,9 @@ --- galaxy_info: author: Dorian Pula - description: NGINX UWSGI and supervisor role + description: Elegant NGINX, UWSGI and supervisor role company: Amber Penguin Software - # Some suggested licenses: - # - BSD (default) - # - MIT - # - GPLv2 - # - GPLv3 - # - Apache - # - CC-BY - license: AGPLv3 + license: BSD min_ansible_version: 1.6 platforms: - name: Ubuntu