This commit is contained in:
6
main.yml
6
main.yml
@@ -61,12 +61,6 @@
|
|||||||
- name: Deploy Drop
|
- name: Deploy Drop
|
||||||
import_tasks: tasks/drop.yml
|
import_tasks: tasks/drop.yml
|
||||||
tags: drop_deploy
|
tags: drop_deploy
|
||||||
- name: Deploy Gluetun
|
|
||||||
import_tasks: tasks/gluetun.yml
|
|
||||||
tags: gluetun_deploy
|
|
||||||
- name: Deploy QBittorrent
|
|
||||||
import_tasks: tasks/qbittorrent.yml
|
|
||||||
tags: qbittorrent_deploy
|
|
||||||
- name: Deploy Jackett
|
- name: Deploy Jackett
|
||||||
import_tasks: tasks/jackett.yml
|
import_tasks: tasks/jackett.yml
|
||||||
tags: jackett_deploy
|
tags: jackett_deploy
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
name: "{{ name }}"
|
name: "{{ name }}"
|
||||||
recreate: true
|
recreate: true
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
pull: yes
|
pull: "{{ build is not defined }}"
|
||||||
published_ports: "{{ published_ports | default(omit) }}"
|
published_ports: "{{ published_ports | default(omit) }}"
|
||||||
network_mode: "{{ network_mode | default(omit) }}"
|
network_mode: "{{ network_mode | default(omit) }}"
|
||||||
image: "{{ image.name }}:{{ image.tag }}"
|
image: "{{ image.name }}:{{ image.tag }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user