File diff 54b90379d1fa → f073c9637d47
docs/usage.rst
Show inline comments
 
@@ -1409,6 +1409,9 @@ Before we start, here is a couple of useful pointers regarding the
 
        - role: php_website
 
          # Our virtual host will for PHP website will respond to this name.
 
          fqdn: tbg.example.com
 
          # TLS key and certificate to use for the virtual host.
 
          https_tls_certificate: "{{ lookup('file', 'tls/tbg.example.com_https.pem') }}"
 
          https_tls_key: "{{ lookup('file', 'tls/tbg.example.com_https.key') }}"
 
          # Some additional packages are required in order to deploy and use TBG.
 
          packages:
 
            - php-gd