From 2d7e5c8a68bbf36321402eca815b093892cef249 Mon Sep 17 00:00:00 2001 From: djorgensen Date: Fri, 16 Aug 2024 13:06:24 -0600 Subject: [PATCH] add hosts.ini --- hosts.ini | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 hosts.ini diff --git a/hosts.ini b/hosts.ini new file mode 100644 index 0000000..f997f35 --- /dev/null +++ b/hosts.ini @@ -0,0 +1,21 @@ +[all:vars] +ansible_connection=ssh +ansible_user=ansible + +#Linux servers +#debian +[debian] +hermes +dionysus +monitoring +argus +ubuntu +pve +wireguard +jellyfin +unifi +neovim +pihole +ansible + +#rehl \ No newline at end of file