This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-machine-setup/inventory.yaml
2020-11-13 08:37:33 +01:00

13 lines
306 B
YAML

---
all:
hosts:
wsl-debian:
ansible_connection: local
ansible_host: localhost
ansible_user: root
ansible_python_interpreter: python3
arch:
ansible_connection: local
ansible_host: localhost
ansible_user: root