diff --git a/docker.yml b/docker.yml index 41b8695..f63f3d5 100644 --- a/docker.yml +++ b/docker.yml @@ -27,11 +27,7 @@ tasks: - name: Deploy traefik website import_tasks: tasks/traefik.yml - - - name: Deploy comprofix.com website - import_tasks: tasks/comprofix.com.yml - tags: comprofix_install - + - name: Deploy iDrac Fan Controller import_tasks: tasks/idrac.yml tags: idrac_install diff --git a/tasks/comprofix.com.yml b/tasks/comprofix.com.yml deleted file mode 100644 index 7c70353..0000000 --- a/tasks/comprofix.com.yml +++ /dev/null @@ -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" \ No newline at end of file