Removed wireguard host from ansible inventory, deleted errant
All checks were successful
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Successful in 2m0s
All checks were successful
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Successful in 2m0s
underscores
This commit is contained in:
parent
4e7e7a7f09
commit
f4e8aefb63
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user