lemmy/ansible/inventory.example

8 lines
285 B
Plaintext
Raw Normal View History

2019-08-17 16:30:12 +00:00
[lemmy]
# define the username and hostname that you use for ssh connection, and specify the domain
# old default for lemmy_base_dir was /lemmy
myuser@example.com domain=example.com letsencrypt_contact_email=your@email.com lemmy_base_dir=/srv/lemmy
2019-08-17 16:30:12 +00:00
[all:vars]
ansible_connection=ssh