mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 |
7 years ago | |
---|---|---|
.. | ||
aws | 7 years ago | |
basic | 7 years ago | |
cloud | 7 years ago | |
ec2 | 7 years ago | |
facts | 7 years ago | |
gcp | 7 years ago | |
json_utils | 7 years ago | |
net_tools | 7 years ago | |
network | 7 years ago | |
parsing | 7 years ago | |
__init__.py | 8 years ago | |
conftest.py | 7 years ago | |
test_database.py | 8 years ago | |
test_distribution_version.py | 7 years ago | |
test_known_hosts.py | 7 years ago | |
test_postgresql.py | 7 years ago | |
test_text.py | 7 years ago |