From 05ee187d24b41371b472dd95ecdb351ebcff464c Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sun, 18 Jan 2026 15:48:36 -0500 Subject: [PATCH] remove host --- hosts | 1 - main.yml | 8 -------- 2 files changed, 9 deletions(-) diff --git a/hosts b/hosts index 884e1df..5faf584 100644 --- a/hosts +++ b/hosts @@ -1,5 +1,4 @@ [ungrouped] jackson ansible_host=direct.jackson.alexav.gg ansible_user=iac -ash-1 ansible_host=ash-1.landite.games ansible_user=root nas ansible_host=172.16.0.29 ansible_user=alex bear ansible_host=172.16.0.44 ansible_user=iac \ No newline at end of file diff --git a/main.yml b/main.yml index c4404db..d7edef2 100644 --- a/main.yml +++ b/main.yml @@ -122,11 +122,3 @@ - name: Deploy Wings import_tasks: tasks/wings.yml tags: wings_deploy - -- hosts: ash-1 - - roles: - - role: traefik - tags: traefik_deploy - vars: - server: "ash-1"