Files @ 09625826d96f
Branch filter:

Location: majic-ansible-roles/testsite/playbooks/roles/wsgihello/meta/main.yml

branko
MAR-15: Added implementation for the database server role. Performs very simpled deployment and set-up of MariaDB database server.
---

dependencies:
  - role: wsgi_website
    admin: admin
    fqdn: wsgi.example.com
    uid: 2001
    wsgi_application: wsgi:application
    static_locations:
      - /static/
    https_tls_key: "{{ inventory_dir }}/tls/wsgi.example.com_https.key"
    https_tls_certificate: "{{ inventory_dir }}/tls/wsgi.example.com_https.pem"