lemmy/ansible/inventory.example
Paul Tötterman 95f59a0272
Put Lemmy in /srv/lemmy instead of /lemmy as recommended by FHS (#857)
* Put Lemmy in /srv/lemmy instead of /lemmy as recommended by FHS

* Extract lemmy_base_dir

* Complain if lemmy_base_dir not set
2020-07-01 12:44:56 +00:00

8 lines
285 B
Plaintext
Vendored

[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
[all:vars]
ansible_connection=ssh