Initially provision deluge
machine
Based on Docker, so deluge itself is easier to install and keep updated. Until such time it's in the repos
This commit is contained in:
parent
54eee03524
commit
ac68b36841
3 changed files with 9 additions and 0 deletions
1
ansible/host_vars/deluge.yml
Normal file
1
ansible/host_vars/deluge.yml
Normal file
|
@ -0,0 +1 @@
|
|||
expose_ssh: true
|
|
@ -8,3 +8,4 @@ ingress
|
|||
pve-docker
|
||||
jellyfin
|
||||
forrest
|
||||
deluge
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
vars:
|
||||
ntp_timezone: Europe/London
|
||||
ntp_manage_config: true
|
||||
when: ansible_os_family != 'Alpine' # https://github.com/ansible-collections/community.general/issues/781
|
||||
- role: realorangeone.reflector
|
||||
when: ansible_os_family == 'Archlinux'
|
||||
|
||||
|
@ -17,6 +18,7 @@
|
|||
- hosts:
|
||||
- grimes
|
||||
- pve-docker
|
||||
- deluge
|
||||
roles:
|
||||
- role: geerlingguy.docker
|
||||
become: true
|
||||
|
@ -26,6 +28,11 @@
|
|||
docker_users:
|
||||
- "{{ user }}"
|
||||
- docker_cleanup
|
||||
|
||||
- hosts:
|
||||
- grimes
|
||||
- pve-docker
|
||||
roles:
|
||||
- traefik
|
||||
|
||||
- hosts:
|
||||
|
|
Loading…
Reference in a new issue