diff --git a/ansible/inventory/hosts.yaml b/ansible/inventory/hosts.yaml index 33fe732..8709c52 100644 --- a/ansible/inventory/hosts.yaml +++ b/ansible/inventory/hosts.yaml @@ -1,4 +1,8 @@ --- +all: + vars: + ansible_ssh_user: root + ungrouped: hosts: bastion: @@ -16,10 +20,12 @@ docker: ansible_ssh_user: root gitea: ansible_ssh_user: root + wireguard: + hosts: + docker-int: + +external_access: hosts: docker-ext: - ansible_ssh_user: root bastion: - ansible_host: 51.222.155.202 - ansible_ssh_user: root