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-05-23 15:30:08 +00:00
|
|
|
myuser@example.com domain=example.com cache_size_gb=15
|
2019-04-19 12:37:26 +00:00
|
|
|
# you can also use a host that is defined in your ssh config
|
2019-05-23 15:30:08 +00:00
|
|
|
myserver domain=example.com cache_size_gb=15
|
2019-04-19 12:37:26 +00:00
|
|
|
|
|
|
|
[all:vars]
|
|
|
|
ansible_connection=ssh
|