13 lines
306 B
YAML
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
|