feat(deluge): added role to install deluge and deluge web
This commit is contained in:
parent
bef258cfec
commit
1c625d2d84
19 changed files with 553 additions and 1 deletions
|
@ -4,3 +4,7 @@ ansible_user: "{{ vault_ssh_user }}"
|
|||
nginx_extra_packages: [nginx-module-geoip, nginx-module-otel]
|
||||
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 }}'
|
||||
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