ansible-machine-setup/inventory.yaml

13 lines
306 B
YAML
Raw Normal View History

2020-05-30 19:19:54 +00:00
---
all:
hosts:
wsl-debian:
ansible_connection: local
2020-05-30 19:19:54 +00:00
ansible_host: localhost
ansible_user: root
2020-11-11 14:04:59 +00:00
ansible_python_interpreter: python3
2020-06-21 17:58:45 +00:00
arch:
ansible_connection: local
ansible_host: localhost
ansible_user: root