File diff f073c9637d47 → f428e318d2ca
docs/usage.rst
Show inline comments
 
@@ -1727,6 +1727,9 @@ on the safe side:
 
      dependencies:
 
        - role: wsgi_website
 
          fqdn: wiki.example.com
 
          # TLS key and certificate to use for the virtual host.
 
          https_tls_certificate: "{{ lookup('file', 'tls/wiki.example.com_https.pem') }}"
 
          https_tls_key: "{{ lookup('file', 'tls/wiki.example.com_https.key') }}"
 
          # In many cases you need to have some development packages available
 
          # in order to build Python packages installed via pip
 
          packages: