feat(deluge): add configuration to allow remote connection to deluge daemon
This commit is contained in:
parent
e12cd90d34
commit
95e483c2fb
4 changed files with 36 additions and 1 deletions
|
@ -6,5 +6,7 @@ nginx_sites: "{{ vault_nginx_sites }}"
|
|||
nginx_streams: "{{ vault_nginx_streams }}"
|
||||
deluge_web_password: '{{ vault_deluge_web_password }}'
|
||||
deluge_web_password_salt: '{{ vault_deluge_web_password_salt }}'
|
||||
deluge_allow_remote_control: '{{ vault_deluge_allow_remote_control }}'
|
||||
deluge_allowed_remotes: '{{ vault_deluge_allowed_remotes }}'
|
||||
global_dns_udp_dns4: "{{ vault_global_dns_udp_dns4 }}"
|
||||
global_dns_udp_dns6: "{{ vault_global_dns_udp_dns6 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue