lemmy/ansible/inventory.example

7 lines
355 B
Plaintext
Raw Normal View History

2019-08-17 12:30:12 -04:00
[lemmy]
# define the username and hostname that you use for ssh connection, and specify the domain
2020-01-17 18:51:07 -05:00
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>"
2019-08-17 12:30:12 -04:00
[all:vars]
ansible_connection=ssh