mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
rename store_facts to use_fact_cache
This commit is contained in:
@@ -13,7 +13,7 @@ from `InventorySource` completely in Tower 3.3. As a result the related field on
|
||||
|
||||
## Fact Searching
|
||||
Facts generated by an Ansible playbook during a Job Template run are stored by Tower into the database
|
||||
whenever `store_facts=True` is set per-Job-Template. New facts are merged with existing
|
||||
whenever `use_fact_cache=True` is set per-Job-Template. New facts are merged with existing
|
||||
facts and are per-host. These stored facts can be used to filter hosts via the
|
||||
`/api/v2/hosts` endpoint, using the GET query parameter `host_filter` i.e.
|
||||
`/api/v2/hosts?host_filter=ansible_facts__ansible_processor_vcpus=8`
|
||||
|
||||
Reference in New Issue
Block a user