From 9f50095806c6cf9fde69997fe295e8d967e26b03 Mon Sep 17 00:00:00 2001 From: stratholme Date: Thu, 23 Mar 2023 00:55:19 +0100 Subject: [PATCH] add inventory file --- ansible/inventory | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ansible/inventory diff --git a/ansible/inventory b/ansible/inventory new file mode 100644 index 0000000..02cd59a --- /dev/null +++ b/ansible/inventory @@ -0,0 +1,13 @@ +[all:vars] +ansible_user=root +become=false + +stratholme ansible_host=stratholme.zom.bi +ravenholm ansible_host=ravenholm.zom.bi +nl ansible_host=nl.zom.bi + +localhost ansible_connection=local + +[hetzner] +stratholme +ravenholm