diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2021-09-24 16:25:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-24 16:25:41 -0400 |
commit | 263fd64759d32338d30e5a5f991b97ffc2e6d9bd (patch) | |
tree | 2dff128fc3ac8769778697119d15aee792a7359a | |
parent | e66e2e25c8d658c45f8fb8dcb80f2add4cf9679c (diff) | |
download | ansible-263fd64759d32338d30e5a5f991b97ffc2e6d9bd.tar.gz |
updated ansible.cfg to guide stray link devel link (#75782)
* updated ansible.cfg to guide stray link devel link
-rw-r--r-- | examples/ansible.cfg | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 378e818c39..8670215c2f 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -1,5 +1,11 @@ +# Since Ansible 2.12 (core): # To generate an example config file (a "disabled" one with all default settings, commented out): # $ ansible-config init --disabled > ansible.cfg - +# # Also you can now have a more complete file by including existing plugins: # ansible-config init --disabled -t all > ansible.cfg + +# For previous versions of Ansible you can check for examples in the 'stable' branches of each version +# Note that this file was always incomplete and lagging changes to configuration settings + +# for example, for 2.9: https://github.com/ansible/ansible/blob/stable-2.9/examples/ansible.cfg |