28 lines
433 B
INI
28 lines
433 B
INI
[defaults]
|
|
inventory = /home/janic/workspace/ansible/config/hosts.homelab.yaml
|
|
roles_path = /home/janic/workspace/ansible/roles
|
|
private_key_file = /home/janic/.ssh/id_ed25519_privat_v1
|
|
remote_user = root
|
|
host_key_checking = False
|
|
|
|
[inventory]
|
|
|
|
[privilege_escalation]
|
|
become=True
|
|
become_method=sudo
|
|
become_user=root
|
|
|
|
[paramiko_connection]
|
|
|
|
[ssh_connection]
|
|
|
|
[persistent_connection]
|
|
|
|
[accelerate]
|
|
|
|
[selinux]
|
|
|
|
[colors]
|
|
|
|
[diff]
|