From: Dessalines Date: Fri, 17 Jan 2020 23:51:07 +0000 (-0500) Subject: Update ansible inventory.example. X-Git-Url: http://these/git/?a=commitdiff_plain;h=5fb2af0a6e69a440a53e18b2a7c36fb2715a2f53;p=lemmy.git Update ansible inventory.example. --- diff --git a/ansible/inventory.example b/ansible/inventory.example index 52b45d3c..b85505cc 100644 --- a/ansible/inventory.example +++ b/ansible/inventory.example @@ -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 " [all:vars] ansible_connection=ssh