2019-04-19 12:37:26 +00:00
|
|
|
[peertube]
|
|
|
|
# define the username and hostname that you use for ssh connection, and specify the domain
|
2019-06-14 16:49:59 +00:00
|
|
|
myuser@example.com domain=example.com cache_size_gb=15 letsencrypt_contact_email=your@email.com
|
2019-04-19 12:37:26 +00:00
|
|
|
# you can also use a host that is defined in your ssh config
|
2019-06-14 16:49:59 +00:00
|
|
|
myserver domain=example.com cache_size_gb=15 letsencrypt_contact_email=your@email.com
|
2019-04-19 12:37:26 +00:00
|
|
|
|
|
|
|
[all:vars]
|
|
|
|
ansible_connection=ssh
|