install.fairie/home/dot_local/share/ansible/environments/prod/inventories/wsl.yml

11 lines
249 B
YAML
Raw Normal View History

2023-07-15 22:40:26 -07:00
---
all:
children:
ubuntu-wsl:
hosts:
wsl:
ansible_connection: local
ansible_sudo_pass: '{{ admin_password }}'
ansible_password: '{{ admin_password }}'
ansible_user: '{{ admin_username }}'