diff options
Diffstat (limited to 'ansible_collections/purestorage/flashblade/README.md')
-rw-r--r-- | ansible_collections/purestorage/flashblade/README.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ansible_collections/purestorage/flashblade/README.md b/ansible_collections/purestorage/flashblade/README.md index 7972158bc..6f288d63f 100644 --- a/ansible_collections/purestorage/flashblade/README.md +++ b/ansible_collections/purestorage/flashblade/README.md @@ -15,15 +15,16 @@ The Pure Storage FlashBlade collection consists of the latest versions of the Fl ## Prerequisites -- Ansible 2.9 or later +- Ansible 2.14 or later - Pure Storage FlashBlade system running Purity//FB 2.1.2 or later - some modules require higher versions of Purity//FB -- purity_fb >=v1.12.2 +- purity-fb >=v1.12.2 - py-pure-client >=v1.27.0 -- python >=3.6 +- python >=3.9 - netaddr - datetime - pytz +- distro ## Idempotency @@ -48,6 +49,7 @@ All modules are idempotent with the exception of modules that change or set pass - purefb_fs - manage filesystems on a FlashBlade - purefb_fs_replica - manage filesystem replica links on a FlashBlade - purefb_groupquota - manage individual group quotas on FlashBlade filesystems +- purefb_hardware - manage hardware LED identifiers and hardware connectors - purefb_info - get information about the configuration of a FlashBlade - purefb_inventory - get information about the hardware inventory of a FlashBlade - purefb_keytabs - manage FlashBlade Kerberos keytabs |