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