Configure the hetzner inventory to be the default inventory

This avoids the user needing to explicitly configure it using e.g. "-i
inventories/hetzner" every time.
This commit is contained in:
Julian Schacher
2024-02-07 19:22:29 +01:00
parent 75830e445b
commit 8d869af388

2
ansible.cfg Normal file
View File

@@ -0,0 +1,2 @@
[defaults]
inventory = ./inventories/hetzner/hosts.yaml