File diff f428e318d2ca → 5dab5854fcc8
docs/usage.rst
Show inline comments
 
@@ -1057,6 +1057,10 @@ role.
 
   :file:`~/mysite/group_vars/communications.yml`
 
   ::
 

	
 
      # Set the TLS private key and certificate.
 
      xmpp_server_tls_certificate: "{{ lookup('file', 'tls/comms.example.com_xmpp.pem') }}"
 
      xmpp_server_tls_key: "{{ lookup('file', 'tls/comms.example.com_xmpp.key') }}"
 

	
 
      # Set one of the users to also be an XMPP administrator.
 
      xmpp_administrators:
 
        - john.doe@example.com