mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Add fact to obtain iSCSI initiator IQN
This commit is contained in:
parent
4378542ac7
commit
841cb0e6a4
4 changed files with 75 additions and 4 deletions
|
@ -150,8 +150,8 @@ def main():
|
|||
# TODO: decide what '!all' means, I lean towards making it mean none, but likely needs
|
||||
# some tweaking on how gather_subset operations are performed
|
||||
minimal_gather_subset = frozenset(['apparmor', 'caps', 'cmdline', 'date_time',
|
||||
'distribution', 'dns', 'env', 'fips', 'local', 'lsb',
|
||||
'pkg_mgr', 'platform', 'python', 'selinux',
|
||||
'distribution', 'dns', 'env', 'fips', 'local',
|
||||
'lsb', 'pkg_mgr', 'platform', 'python', 'selinux',
|
||||
'service_mgr', 'ssh_pub_keys', 'user'])
|
||||
|
||||
all_collector_classes = default_collectors.collectors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue