From f1778528981996818a566f7b1d7daaab47449a55 Mon Sep 17 00:00:00 2001 From: Justus Grunow Date: Sun, 10 Nov 2024 11:09:00 -0500 Subject: [PATCH] Added rasperrypi, git to docker group --- ansible/inventory/hosts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/inventory/hosts b/ansible/inventory/hosts index 64183eb..ba95275 100644 --- a/ansible/inventory/hosts +++ b/ansible/inventory/hosts @@ -5,3 +5,5 @@ bastion ansible_host=51.222.155.202 ansible_ssh_user=root [docker] docker-ext ansible_ssh_user=root docker-int ansible_ssh_user=root +git ansible_ssh_user=root +basementpi ansible_host=10.11.1.10 ansible_ssh_user=root