Removed wireguard host from ansible inventory, deleted errant
All checks were successful
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Successful in 2m0s

underscores
This commit is contained in:
Justus Grunow 2025-06-17 06:51:29 -04:00
parent 4e7e7a7f09
commit f4e8aefb63
2 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@
- name: Delete existing netplan - name: Delete existing netplan
ansible.builtin.command: rm -f /etc/netplan/* ansible.builtin.command: rm -f /etc/netplan/*
- name: Copy netplan - name: Copy netplan
ansible.builtin.template: ansible.builtin.template:
src: assets/{{ inventory_hostname }}/01-netcfg.yaml.j2 src: assets/{{ inventory_hostname }}/01-netcfg.yaml.j2
@ -71,7 +71,7 @@
backup: true backup: true
- name: Configure Docker hosts - name: Configure Docker hosts
hosts: hosts:
- docker - docker
vars: vars:
tags: tags:
@ -95,7 +95,7 @@
ansible.builtin.shell: docker image prune -f ansible.builtin.shell: docker image prune -f
- name: Homeserver wireguard - name: Homeserver wireguard
hosts: hosts:
- docker-ext - docker-ext
tags: tags:
- bastion - bastion

View File

@ -6,7 +6,7 @@ all:
ungrouped: ungrouped:
hosts: hosts:
bastion: bastion:
ansible_host: 51.222.155.202 ansible_host: 51.222.155.202
ansible_ssh_user: root ansible_ssh_user: root
docker: docker:
@ -16,14 +16,14 @@ docker:
docker-int: docker-int:
ansible_ssh_user: root ansible_ssh_user: root
basementpi: basementpi:
ansible_host: 10.11.1.10 ansible_host: 10.11.1.10
ansible_ssh_user: root ansible_ssh_user: root
gitea: gitea:
ansible_ssh_user: root ansible_ssh_user: root
wireguard: #wireguard:
hosts: # hosts:
wireguard: # wireguard:
external_access: external_access:
hosts: hosts: