mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* Add 'cacheable' param to set_fact action and module. Used just like set_fact, except facts set with cacheable: true will be stored in the fact cache if fact caching is enabled. set_fact normally only sets facts in the non_persistent_fact_cache, so they are lost between invocations. * update set_facts docs * use 'ansible_facts_cacheable' in module/actions result * pop fact cacheable related items out of args/results We dont want to use 'ansible_facts_cacheable' result item or 'cacheable' arg as actual facts, so pop them out of the dicts. |
||
|---|---|---|
| .. | ||
| group_vars | ||
| host_vars | ||
| roles | ||
| targets | ||
| vars | ||
| amazon.yml | ||
| asa.yaml | ||
| azure.yml | ||
| cleanup_azure.py | ||
| cleanup_ec2.py | ||
| cleanup_gce.py | ||
| cleanup_rax.py | ||
| cloud-config-aws.yml.template | ||
| cloud-config-cs.ini.template | ||
| cloudflare.yml | ||
| cloudscale.yml | ||
| cnos.yaml | ||
| connection-buildah.yaml | ||
| consul.yml | ||
| consul_inventory.yml | ||
| consul_running.py | ||
| credentials.template | ||
| dellos6.yaml | ||
| dellos9.yaml | ||
| dellos10.yaml | ||
| eos.yaml | ||
| exoscale.yml | ||
| galaxy_playbook.yml | ||
| galaxy_playbook_git.yml | ||
| galaxy_roles.yml | ||
| galaxy_rolesfile | ||
| gce.yml | ||
| gce_credentials.py | ||
| integration_config.yml | ||
| inventory | ||
| inventory.network | ||
| inventory.networking.template | ||
| inventory.remote.template | ||
| inventory.winrm.template | ||
| inventory.yaml | ||
| ios.yaml | ||
| iosxr.yaml | ||
| jenkins.yml | ||
| junos.yaml | ||
| Makefile | ||
| netscaler.yaml | ||
| network-all.yaml | ||
| network-integration.cfg | ||
| nuage.yaml | ||
| nxos.yaml | ||
| ops.yaml | ||
| ovs.yaml | ||
| platform_agnostic.yaml | ||
| rackspace.yml | ||
| setup_gce.py | ||
| target-prefixes.network | ||
| vyos.yaml | ||