diff --git a/inventory.yml b/inventory.yml new file mode 100644 index 0000000..c9205d5 --- /dev/null +++ b/inventory.yml @@ -0,0 +1,6 @@ +# Inventory for local testing +all: + hosts: + localhost: + ansible_connection: local + ansible_python_interpreter: /usr/bin/python3