This commit is contained in:
@@ -85,9 +85,6 @@
|
|||||||
- name: Deploy Weatherstar
|
- name: Deploy Weatherstar
|
||||||
import_tasks: tasks/media/weatherstar.yml
|
import_tasks: tasks/media/weatherstar.yml
|
||||||
tags: weatherstar_deploy
|
tags: weatherstar_deploy
|
||||||
- name: Deploy Nextcloud
|
|
||||||
import_tasks: tasks/utility/nextcloud.yml
|
|
||||||
tags: nextcloud_deploy
|
|
||||||
|
|
||||||
- hosts: jackson
|
- hosts: jackson
|
||||||
|
|
||||||
@@ -120,9 +117,6 @@
|
|||||||
- name: Deploy Cobalt
|
- name: Deploy Cobalt
|
||||||
import_tasks: tasks/cobalt.yml
|
import_tasks: tasks/cobalt.yml
|
||||||
tags: cobalt_deploy
|
tags: cobalt_deploy
|
||||||
- name: Deploy Nextcloud
|
|
||||||
import_tasks: tasks/utility/nextcloud.yml
|
|
||||||
tags: nextcloud_deploy
|
|
||||||
- name: Deploy Postgres
|
- name: Deploy Postgres
|
||||||
import_tasks: tasks/infra/postgres.yml
|
import_tasks: tasks/infra/postgres.yml
|
||||||
tags: postgres_deploy
|
tags: postgres_deploy
|
||||||
|
|||||||
@@ -1,26 +0,0 @@
|
|||||||
---
|
|
||||||
- name: Deploy Nextcloud
|
|
||||||
include_role:
|
|
||||||
name: docker
|
|
||||||
vars:
|
|
||||||
name: nextcloud
|
|
||||||
directories:
|
|
||||||
- "{{ data_dir }}/nextcloud"
|
|
||||||
- "{{ data_dir }}/nextcloud/config"
|
|
||||||
- "{{ data_dir }}/nextcloud/data"
|
|
||||||
image:
|
|
||||||
name: lscr.io/linuxserver/nextcloud
|
|
||||||
tag: latest
|
|
||||||
volumes:
|
|
||||||
- "{{ data_dir }}/nextcloud/config:/config"
|
|
||||||
- "{{ data_dir }}/nextcloud/data:/data"
|
|
||||||
env:
|
|
||||||
TZ: "{{ TZ }}"
|
|
||||||
networks:
|
|
||||||
- name: "{{ docker_network_name }}"
|
|
||||||
labels:
|
|
||||||
traefik.enable: "true"
|
|
||||||
traefik.http.routers.nextcloud.rule: Host(`{{ NEXTCLOUD_APP_URL }}`)
|
|
||||||
traefik.http.routers.nextcloud.entrypoints: webSecure
|
|
||||||
traefik.http.routers.nextcloud.tls.certresolver: letsencrypt
|
|
||||||
traefik.http.services.nextcloud.loadbalancer.server.port: "80"
|
|
||||||
Reference in New Issue
Block a user