diff options
Diffstat (limited to 'ansible_collections/purestorage/flasharray/README.md')
-rw-r--r-- | ansible_collections/purestorage/flasharray/README.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ansible_collections/purestorage/flasharray/README.md b/ansible_collections/purestorage/flasharray/README.md index 43caf944a..e0ec9614f 100644 --- a/ansible_collections/purestorage/flasharray/README.md +++ b/ansible_collections/purestorage/flasharray/README.md @@ -10,18 +10,19 @@ The Pure Storage FlashArray collection consists of the latest versions of the Fl ## Supported Platforms -- Pure Storage FlashArray with Purity 4.6 or later +- Pure Storage FlashArray with Purity 6.1.0 or later - Certain modules and functionality require higher versions of Purity. Modules will inform you if your Purity version is not high enough to use a module. ## Prerequisites -- Ansible 2.9 or later -- Pure Storage FlashArray system running Purity 4.6 or later +- Ansible 2.14 or later +- Pure Storage FlashArray system running Purity 6.1.0 or later - some modules require higher versions of Purity - Some modules require specific Purity versions +- distro - purestorage - py-pure-client -- python >= 3.6 +- python >= 3.9 - netaddr - requests - pycountry @@ -31,10 +32,6 @@ The Pure Storage FlashArray collection consists of the latest versions of the Fl All modules are idempotent with the exception of modules that change or set passwords. Due to security requirements exisitng passwords can be validated against and therefore will always be modified, even if there is no change. -## Notes - -The Pure Storage Ansible modules force all host and volume names to use kebab-case. Any parameters that use camelCase or PascalCase will be lowercased to ensure consistency across all modules. - ## Available Modules - purefa_ad - manage FlashArray Active Directoy accounts @@ -43,6 +40,7 @@ The Pure Storage Ansible modules force all host and volume names to use kebab-ca - purefa_apiclient - manageFlashArray API clients - purefa_arrayname - manage the name of the FlashArray - purefa_banner - manage the CLI and GUI login banner of the FlashArray +- purefa_cbsexpand - manage CBS FlashArray capacity expansion - purefa_certs - manage FlashArray SSL certificates - purefa_connect - manage FlashArrays connecting for replication purposes - purefa_console - manage Console Lock setting for the FlashArray @@ -56,7 +54,9 @@ The Pure Storage Ansible modules force all host and volume names to use kebab-ca - purefa_eradication - manage eradication timer for deleted items - purefa_eula - sign, or resign, FlashArray EULA - purefa_export - manage FlashArrray managed file system exports +- purefa_file - copy file between managed directories - purefa_fs - manage FlashArray managed file systems +- purefa_hardware - manage component identification LEDs - purefa_hg - manage hostgroups on the FlashArray - purefa_host - manage hosts on the FlashArray - purefa_info - get information regarding the configuration of the Flasharray |