Update ansible inventory.example.

This commit is contained in:
Dessalines 2020-01-17 18:51:07 -05:00
parent c37ee2ae1b
commit 5fb2af0a6e

View file

@ -1,6 +1,6 @@
[lemmy]
# define the username and hostname that you use for ssh connection, and specify the domain
myuser@example.com domain=example.com letsencrypt_contact_email=your@email.com
myuser@example.com domain=example.com letsencrypt_contact_email=your@email.com smtp_server=smtp@example.com smtp_login=your@email.com smtp_password=pass smtp_from_address="Example.com Admin <notifications@example.com>"
[all:vars]
ansible_connection=ssh