server_automation
This repo is destined for my server automations and setup.
292 B•CFG
ansible.cfg
292 B • 11 lines • plaintext
1[defaults]
2inventory = inventory/hosts
3become = True
4become_method = sudo
5host_key_checking = False
6stdout_callback = debug
7stderr_callback = debug
8bin_ansible_callbacks = True
9roles_path = ./ansible/roles:roles:~/.ansible/roles:/usr/share/ansible/roles
10vault_password_file = .vault_password
11