chore: remove comprofix.com
All checks were successful
Deploy / Prepare Build (push) Successful in 4m21s
All checks were successful
Deploy / Prepare Build (push) Successful in 4m21s
This commit is contained in:
@@ -27,11 +27,7 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: Deploy traefik website
|
- name: Deploy traefik website
|
||||||
import_tasks: tasks/traefik.yml
|
import_tasks: tasks/traefik.yml
|
||||||
|
|
||||||
- name: Deploy comprofix.com website
|
|
||||||
import_tasks: tasks/comprofix.com.yml
|
|
||||||
tags: comprofix_install
|
|
||||||
|
|
||||||
- name: Deploy iDrac Fan Controller
|
- name: Deploy iDrac Fan Controller
|
||||||
import_tasks: tasks/idrac.yml
|
import_tasks: tasks/idrac.yml
|
||||||
tags: idrac_install
|
tags: idrac_install
|
||||||
|
@@ -1,13 +0,0 @@
|
|||||||
- name: Create the comprofix.com container
|
|
||||||
docker_container:
|
|
||||||
name: comprofix.com
|
|
||||||
image: git.comprofix.com/mmckinnon/comprofix.com:latest
|
|
||||||
restart_policy: unless-stopped
|
|
||||||
networks:
|
|
||||||
- name: proxy
|
|
||||||
labels:
|
|
||||||
traefik.enable: "true"
|
|
||||||
traefik.http.routers.comprofix.rule: "Host(`comprofix.com`)"
|
|
||||||
traefik.http.routers.comprofix.entrypoints: "https"
|
|
||||||
traefik.http.routers.comprofix.tls: "true"
|
|
||||||
traefik.http.services.comprofix.loadbalancer.server.port: "80"
|
|
Reference in New Issue
Block a user