From 7cb051d221d2df88fd1c5bb1d3498ac8c524a0b5 Mon Sep 17 00:00:00 2001 From: Luca Date: Sun, 20 Jul 2025 18:53:51 +0200 Subject: [PATCH] Add hosts --- hosts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hosts diff --git a/hosts b/hosts new file mode 100644 index 0000000..9463ff1 --- /dev/null +++ b/hosts @@ -0,0 +1,3 @@ +[linux] +192.168.1.49 ansible_user=serveradmin ansible_ssh_private_key_file=/home/serveradmin/.ssh/id_rsa +89.168.22.84 ansible_user=ubuntu ansible_ssh_private_key_file=/home/serveradmin/.ssh/id_rsa \ No newline at end of file