mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Clarify fact_path configurable in ansible.cfg (#54992)
Docs: Clarify that `fact_path` can be configured in `ansible.cfg`; uppercase two acronyms.
This commit is contained in:
parent
83f20e0ea0
commit
46420dd21a
1 changed files with 3 additions and 1 deletions
|
@ -53,7 +53,9 @@ options:
|
||||||
- path used for local ansible facts (C(*.fact)) - files in this dir
|
- path used for local ansible facts (C(*.fact)) - files in this dir
|
||||||
will be run (if executable) and their results be added to C(ansible_local) facts
|
will be run (if executable) and their results be added to C(ansible_local) facts
|
||||||
if a file is not executable it is read. Check notes for Windows options. (from 2.1 on)
|
if a file is not executable it is read. Check notes for Windows options. (from 2.1 on)
|
||||||
File/results format can be json or ini-format
|
File/results format can be JSON or INI-format. The default C(fact_path) can be
|
||||||
|
specified in C(ansible.cfg) for when setup is automatically called as part of
|
||||||
|
C(gather_facts).
|
||||||
required: false
|
required: false
|
||||||
default: '/etc/ansible/facts.d'
|
default: '/etc/ansible/facts.d'
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue