Merge branch 'staging' into nodejs
This commit is contained in:
commit
0f8af0adae
2 changed files with 22 additions and 22 deletions
|
@ -24,7 +24,7 @@ peertube_apt_list:
|
|||
- cron
|
||||
- wget
|
||||
|
||||
peertube_version: 'v6.0.2'
|
||||
peertube_version: 'v6.1.0'
|
||||
peertube_root_password: 'changeme'
|
||||
|
||||
|
||||
|
@ -134,4 +134,4 @@ nginx_vhosts:
|
|||
letsencrypt: 'false'
|
||||
secure_site: 'false'
|
||||
state: 'enable'
|
||||
selfsigned: 'false'
|
||||
selfsigned: 'false'
|
||||
|
|
|
@ -32,25 +32,25 @@
|
|||
tags:
|
||||
- config
|
||||
|
||||
- name: '[CONFIGURE] - Set sysctl rules'
|
||||
sysctl:
|
||||
name: "net.ipv6.conf.all.disable_ipv6"
|
||||
value: 'fq_codel'
|
||||
sysctl_file: '/etc/sysctl.d/30-peertube-tcp.conf'
|
||||
sysctl_set: 'yes'
|
||||
state: 'present'
|
||||
reload: 'yes'
|
||||
tags:
|
||||
- config
|
||||
#- name: '[CONFIGURE] - Set sysctl rules'
|
||||
# sysctl:
|
||||
# name: "net.ipv6.conf.all.disable_ipv6"
|
||||
# value: 'fq_codel'
|
||||
# sysctl_file: '/etc/sysctl.d/30-peertube-tcp.conf'
|
||||
# sysctl_set: 'yes'
|
||||
# state: 'present'
|
||||
# reload: 'yes'
|
||||
# tags:
|
||||
# - config
|
||||
|
||||
- name: '[CONFIGURE] - Set sysctl rules'
|
||||
sysctl:
|
||||
name: "net.ipv4.tcp_congestion_control"
|
||||
value: 'bbr'
|
||||
sysctl_file: '/etc/sysctl.d/30-peertube-tcp.conf'
|
||||
sysctl_set: 'yes'
|
||||
state: 'present'
|
||||
reload: 'yes'
|
||||
tags:
|
||||
- config
|
||||
#- name: '[CONFIGURE] - Set sysctl rules'
|
||||
# sysctl:
|
||||
# name: "net.ipv4.tcp_congestion_control"
|
||||
# value: 'bbr'
|
||||
# sysctl_file: '/etc/sysctl.d/30-peertube-tcp.conf'
|
||||
# sysctl_set: 'yes'
|
||||
# state: 'present'
|
||||
# reload: 'yes'
|
||||
# tags:
|
||||
# - config
|
||||
|
||||
|
|
Loading…
Reference in a new issue