deluge
Deluge
Deluge installation from public release tarball.
Requirements
No additional requirements.
Role Variables
Settings have been throughly documented for usage.
Ports
All ports and protocols have been defined for the role.
Hosts should only define firewall rules for ports they need.
Dependencies
N/A
Example Playbook
host_vars/deluge.example.com/vars/deluge.yml
deluge_web_first_login: false
deluge_web_pwd_salt: '{{ vault_deluge_web_pwd_salt }}'
deluge_web_pwd_sha1: '{{ vault_deluge_web_pwd_sha1 }}'
deluge_web_port: 8112
site.yml
- name: 'deluge server'
hosts: 'deluge.example.com'
become: true
roles:
- 'r_pufky.deluge'
Issues
Create a bug and provide as much information as possible.
Associate pull requests with a submitted bug.
License
Author Information
Install
ansible-galaxy install r-pufky/ansible_deluge
License
agpl-3.0
Downloads
19
Owner