blob: 913ea5f8b52c2ab1034e7984f17153901bfdb3d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
all:
hosts:
wendelstein:
ansible_host: wendelstein.jaseg.net
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}}"
|