e98e3a2b84
Playbooks liegen unter pve1/ansible und pve2/ansible; authorized_keys als Fragmente mit Deploy-Skript und Ziel-Matrix für Proxmox, VM 101 und CTs. Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
279 B
INI
13 lines
279 B
INI
[defaults]
|
|
inventory = inventory/hosts.yml
|
|
roles_path = roles
|
|
remote_user = root
|
|
host_key_checking = False
|
|
retry_files_enabled = False
|
|
gathering = implicit
|
|
stdout_callback = yaml
|
|
interpreter_python = auto_silent
|
|
|
|
[privilege_escaping]
|
|
paramiko = ansible.paramiko_ssh.paramiko_ssh
|