Files
michaelschiemer/x_ansible/inventory/development

9 lines
206 B
Plaintext

# Entwicklungsumgebung (lokal)
[localhost]
127.0.0.1 ansible_connection=local
# Variablen für die Entwicklungsumgebung
[localhost:vars]
ansible_python_interpreter=/usr/bin/python3
environment=development