Add hosts template for wsl role

For setting up an ssh connection to the Windows host to manage it.
This commit is contained in:
2022-06-06 21:28:48 +01:00
parent d172e171b2
commit 1184062dc7
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
all:
children:
windows:
hosts:
{{ansible_hostname}}.local:
ansible_user: {{ansible_user_id}}
ansible_connection: ssh
ansible_shell_type: cmd