Skip to content

Instantly share code, notes, and snippets.

View shyamvyas5's full-sized avatar

Shyam Vyas shyamvyas5

  • Rajkot, Gujarat, India
View GitHub Profile
@shyamvyas5
shyamvyas5 / .ansible.cfg
Created March 4, 2024 13:14 — forked from wbcurry/.ansible.cfg
Ansible: .ansible.cfg
# config file for ansible -- http://ansible.com/
# ==============================================
# nearly all parameters can be overridden in ansible-playbook
# or with command line flags. ansible will read ANSIBLE_CONFIG,
# ansible.cfg in the current working directory, .ansible.cfg in
# the home directory or /etc/ansible/ansible.cfg, whichever it
# finds first
[defaults]