edit ansible config

This commit is contained in:
2025-03-23 12:19:30 +04:00
parent 76c6685d77
commit b8cce4f18f

15
ansible.cfg Normal file
View File

@@ -0,0 +1,15 @@
[defaults]
home = /home/floki/ansible/
local_tmp = /home/floki/ansible/tmp/
inventory = /home/floki/ansible/inventory
playbook_dir = /home/floki/ansible/playbooks/
roles_path = /home/floki/ansible/roles/
remote_user = root
become_method = sudo
become_user = root
gather_facts = True
private_key_file = ~/.myconfig/id_ed25519
host_key_checking = False
fact_caching = jsonfile
fact_caching_connection = /home/floki/ansible/tmp/