Files @ 67dd87d59abb
Branch filter:

Location: majic-ansible-roles/testsite/playbooks/web.yml

branko
MAR-83: Added support to wsgi_website role for specifying headers that should be passed on to Gunicorn by Nginx. Updated hello.wsgi app to demonstrate the feature.
---

- hosts: web
  remote_user: ansible
  become: yes
  roles:
    - common
    - ldap_client
    - mail_forwarder
    - database_server
    - web_server
    - phpinfo
    - wsgihello