install.fairie/home/dot_local/share/ansible/environments/prod/inventories/malaptop.yml
2023-07-16 01:40:26 -04:00

12 lines
374 B
YAML

---
all:
children:
desktop:
hosts:
malaptop:
ansible_host: '{{ domains[inventory_hostname | lower].hostname }}'
ansible_connection: local
ansible_password: '{{ admin_password }}'
ansible_python_interpreter: python3
ansible_sudo_pass: '{{ admin_password }}'
ansible_user: '{{ admin_username }}'