infra/inventory.yml
2021-12-07 16:53:18 +01:00

11 lines
314 B
YAML

---
all:
hosts:
wendelstein:
ansible_host: wendelstein.jaseg.de
ansible_ssh_identity_file: ~/.ssh/id_ed25519
ansible_user: root
ansible_python_interpreter: /usr/bin/python3
localhost:
ansible_connection: local
ansible_python_interpreter: "{{ansible_playbook_python}}"