forked from nutomic/peertube.social
8 lines
298 B
Text
8 lines
298 B
Text
[peertube]
|
|
# define the username and hostname that you use for ssh connection, and specify the domain
|
|
myuser@example.com domain=example.com cache_size_gb=15
|
|
# you can also use a host that is defined in your ssh config
|
|
myserver domain=example.com cache_size_gb=15
|
|
|
|
[all:vars]
|
|
ansible_connection=ssh
|