This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Example config file for ansible -- https://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 | |
# For a full list of available options, run ansible-config list or see the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Example config file for ansible -- https://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 | |
# For a full list of available options, run ansible-config list or see the |