Files @ 1e2d2a723cca
Branch filter:

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

branko
MAR-5: Updated test documentation instructions for generating private keys/certs. Sleep for 1 second (dirty hack) to have the certs have distinct serial numbers (since they're equal to epoch time).
---

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"