From a38476704cce75f29e719b0f9ba7025459c326f1 Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Thu, 15 Dec 2022 16:42:47 -0500 Subject: [PATCH] Add hosts file and test connection to a server --- ansible/hosts.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ansible/hosts.ini diff --git a/ansible/hosts.ini b/ansible/hosts.ini new file mode 100644 index 0000000..56ffb1d --- /dev/null +++ b/ansible/hosts.ini @@ -0,0 +1,2 @@ +[pve] +pve-docker ansible_ssh_user=mike