summaryrefslogtreecommitdiffstats
path: root/ansible/inventory.example
diff options
context:
space:
mode:
authorFelix <me@nutomic.com>2020-01-31 12:03:26 +0100
committerFelix <me@nutomic.com>2020-02-03 14:10:24 +0100
commit032ebe7a9e6e59b238f06768797046322d6afa40 (patch)
tree694567a9054b62b856c58a099de63cd1c7d73325 /ansible/inventory.example
parent5ab4d0257abb9cef51154f6284a387339fdd1560 (diff)
Integrate email relay in Ansible setup
Diffstat (limited to 'ansible/inventory.example')
-rw-r--r--ansible/inventory.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/inventory.example b/ansible/inventory.example
index b85505cc..52b45d3c 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 smtp_server=smtp@example.com smtp_login=your@email.com smtp_password=pass smtp_from_address="Example.com Admin <notifications@example.com>"
+myuser@example.com domain=example.com letsencrypt_contact_email=your@email.com
[all:vars]
ansible_connection=ssh