From f4e8aefb639949f1d60f21b260da3614f9b18f84 Mon Sep 17 00:00:00 2001 From: Justus Grunow Date: Tue, 17 Jun 2025 06:51:29 -0400 Subject: [PATCH] Removed wireguard host from ansible inventory, deleted errant underscores --- ansible/buildHomelab.yaml | 6 +++--- ansible/inventory/hosts.yaml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ansible/buildHomelab.yaml b/ansible/buildHomelab.yaml index 87883e1..72c77af 100644 --- a/ansible/buildHomelab.yaml +++ b/ansible/buildHomelab.yaml @@ -10,7 +10,7 @@ - name: Delete existing netplan ansible.builtin.command: rm -f /etc/netplan/* - + - name: Copy netplan ansible.builtin.template: src: assets/{{ inventory_hostname }}/01-netcfg.yaml.j2 @@ -71,7 +71,7 @@ backup: true - name: Configure Docker hosts - hosts: + hosts: - docker vars: tags: @@ -95,7 +95,7 @@ ansible.builtin.shell: docker image prune -f - name: Homeserver wireguard - hosts: + hosts: - docker-ext tags: - bastion diff --git a/ansible/inventory/hosts.yaml b/ansible/inventory/hosts.yaml index 398d085..e9c33e0 100644 --- a/ansible/inventory/hosts.yaml +++ b/ansible/inventory/hosts.yaml @@ -6,7 +6,7 @@ all: ungrouped: hosts: bastion: - ansible_host: 51.222.155.202 + ansible_host: 51.222.155.202 ansible_ssh_user: root docker: @@ -16,14 +16,14 @@ docker: docker-int: ansible_ssh_user: root basementpi: - ansible_host: 10.11.1.10 + ansible_host: 10.11.1.10 ansible_ssh_user: root gitea: ansible_ssh_user: root -wireguard: - hosts: - wireguard: +#wireguard: +# hosts: +# wireguard: external_access: hosts: