mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
ignore ansible.cfg in world writable cwd (#42070)
* ignore ansible.cfg in world writable cwd * also added 'warnings' to config * updated man page template
This commit is contained in:
parent
de0e11c0d5
commit
b6f2aad600
5 changed files with 38 additions and 10 deletions
|
@ -22,7 +22,7 @@ Paths where configuration file is searched are listed in :ref:`reference documen
|
|||
.. _getting_the_latest_configuration:
|
||||
|
||||
Getting the latest configuration
|
||||
================================
|
||||
--------------------------------
|
||||
|
||||
If installing Ansible from a package manager, the latest ansible.cfg file should be present in /etc/ansible, possibly
|
||||
as a ".rpmnew" file (or other) as appropriate in the case of updates.
|
||||
|
@ -36,6 +36,7 @@ For more details and a full listing of available configurations go to :ref:`conf
|
|||
|
||||
For in-depth details, see :ref:`ansible_configuration_settings`.
|
||||
|
||||
.. _environmental_configuration:
|
||||
|
||||
Environmental configuration
|
||||
===========================
|
||||
|
@ -56,4 +57,3 @@ Settings in the command line will override those passed through the configuratio
|
|||
|
||||
The full list of options available is in :ref:`ansible-playbook` and :ref:`ansible`.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue