From 5fb2af0a6e69a440a53e18b2a7c36fb2715a2f53 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 17 Jan 2020 18:51:07 -0500 Subject: [PATCH] Update ansible inventory.example. --- ansible/inventory.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventory.example b/ansible/inventory.example index 52b45d3c3..b85505cc4 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