Initial commit for Pure Storage FlashBlade module (#32467)

This commit is contained in:
Simon Dodsley
2018-02-22 15:33:48 -05:00
committed by ansibot
parent 73fd593d45
commit b96ab46566
9 changed files with 389 additions and 8 deletions

View File

@@ -21,6 +21,34 @@ class ModuleDocFragment(object):
# Standard Pure Storage documentation fragment
DOCUMENTATION = '''
options:
- See seperate platform section for more details
requirements:
- See seperate platform section for more details
notes:
- Ansible modules are available for the following Pure Storage products: FlashArray, FlashBlade
'''
# Documentation fragment for FlashBlade
FB = '''
options:
fb_url:
description:
- FlashBlade management IP address or Hostname.
api_token:
description:
- FlashBlade API token for admin privilaed user.
notes:
- This module requires the ```purity_fb``` python library
- You must set PUREFB_URL and PUREFB_API environment variables
if fb_url and api_token arguments are not passed to the module directly
requirements:
- "python >= 2.7"
- "purity_fb >= 1.1"
'''
# Documentation fragment for FlashArray
FA = '''
options:
fa_url:
description: