From fa7988a888b7aa7a2fc9224753aeac2ee8833606 Mon Sep 17 00:00:00 2001 From: Expand-sys <79956551+Expand-sys@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:00:40 +1100 Subject: [PATCH] Delete inventory2 --- inventory2 | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 inventory2 diff --git a/inventory2 b/inventory2 deleted file mode 100644 index 4c73854..0000000 --- a/inventory2 +++ /dev/null @@ -1,6 +0,0 @@ -pihole: - hosts: - dns.expand.gay: #change me to your caddy servers ip address or hostname - vars: - ansible_ssh_user: root #changing this will require changes to the playbook, currently the playbook must be run as root. - ansible_ssh_common_args: '-o StrictHostKeyChecking=no' #This stops hostkey checking useful if like me you destroy vms and build new ones all the time