blob: 8ac77fe054b75f7be6162227aef85e2a26ab9b08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
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}}"
|