6e585bdf24
Add deps/requires for fact collectors Fact collectors can now set a required_facts class attribute that will be a set of the names of fact collectors they require to be run first. ie, if a collector needs to know the ansible_distribution, it should set it's required_facts to include 'distribution' required_facts = set(['distribution']) If a collector requires another collector, it gets added to the selected collector names. We then topological sort the ordering of the collectors so that deps work out (ie, 'distribution' will run before 'service_mgr') required_facts were added to the collectors for: - network (requires 'distribution', 'platform') - hardware (requires 'platform') - service_mgr (requires 'distribution', 'platform') Fix name references for facts (need 'ansible_' prefix) is service_mgr Fixes #30753 |
||
---|---|---|
.. | ||
host_vars | ||
targets | ||
asa.yaml | ||
cloud-config-aws.yml.template | ||
cloud-config-azure.yml.template | ||
cloud-config-cs.ini.template | ||
dellos6.yaml | ||
dellos9.yaml | ||
dellos10.yaml | ||
eos.yaml | ||
integration.cfg | ||
integration_config.yml | ||
inventory | ||
inventory.network | ||
inventory.networking.template | ||
inventory.remote.template | ||
inventory.winrm.template | ||
ios.yaml | ||
iosxr.yaml | ||
junos.yaml | ||
network-all.yaml | ||
network-integration.cfg | ||
nxos.yaml | ||
ops.yaml | ||
target-prefixes.network | ||
vyos.yaml | ||
windows-integration.cfg |