mirror of
https://github.com/Manoj-HV30/cloud-vps.git
synced 2026-07-13 00:50:10 +00:00
11 lines
209 B
INI
11 lines
209 B
INI
[defaults]
|
|
inventory = inventory.yml
|
|
remote_user = papyrus
|
|
private_key_file = ~/.ssh/id_ed25519
|
|
host_key_checking = False
|
|
retry_files_enabled = False
|
|
|
|
[privilege_escalation]
|
|
become = True
|
|
become_method = sudo
|