From 94a01ad910416e1e25259bad4b0ee063232b8a06 Mon Sep 17 00:00:00 2001 From: Gorden Date: Fri, 29 Jan 2021 09:11:12 +0100 Subject: [PATCH] changed hostname for serviceraspi2 --- hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts.yml b/hosts.yml index 67c7b44..8f8b493 100644 --- a/hosts.yml +++ b/hosts.yml @@ -5,7 +5,7 @@ raspis: ansible_ssh_host: 192.168.0.28 ansible_python_interpreter: /usr/bin/python3 ansible_become_pass: "#gentoo#" - testdummy.realm.local: + serviceraspi2.realm.local: ansible_ssh_host: 192.168.0.123 ansible_python_interpreter: /usr/bin/python3 ansible_become_pass: "#gentoo#"