mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Fix Ansible documentation in part of example formatting. Part 2 (#333)
* Fix Ansible documentation in part of example formatting * fix * Revert osx_defaults.py
This commit is contained in:
parent
328319b926
commit
327832dcbb
30 changed files with 299 additions and 268 deletions
|
@ -92,31 +92,31 @@ extends_documentation_fragment:
|
|||
|
||||
|
||||
EXAMPLES = r'''
|
||||
- name: Create CPG sample_cpg
|
||||
ss_3par_cpg:
|
||||
storage_system_ip: 10.10.10.1
|
||||
storage_system_username: username
|
||||
storage_system_password: password
|
||||
state: present
|
||||
cpg_name: sample_cpg
|
||||
domain: sample_domain
|
||||
growth_increment: 32000 MiB
|
||||
growth_limit: 64000 MiB
|
||||
growth_warning: 48000 MiB
|
||||
raid_type: R6
|
||||
set_size: 8
|
||||
high_availability: MAG
|
||||
disk_type: FC
|
||||
secure: no
|
||||
- name: Create CPG sample_cpg
|
||||
ss_3par_cpg:
|
||||
storage_system_ip: 10.10.10.1
|
||||
storage_system_username: username
|
||||
storage_system_password: password
|
||||
state: present
|
||||
cpg_name: sample_cpg
|
||||
domain: sample_domain
|
||||
growth_increment: 32000 MiB
|
||||
growth_limit: 64000 MiB
|
||||
growth_warning: 48000 MiB
|
||||
raid_type: R6
|
||||
set_size: 8
|
||||
high_availability: MAG
|
||||
disk_type: FC
|
||||
secure: no
|
||||
|
||||
- name: Delete CPG sample_cpg
|
||||
ss_3par_cpg:
|
||||
storage_system_ip: 10.10.10.1
|
||||
storage_system_username: username
|
||||
storage_system_password: password
|
||||
state: absent
|
||||
cpg_name: sample_cpg
|
||||
secure: no
|
||||
- name: Delete CPG sample_cpg
|
||||
ss_3par_cpg:
|
||||
storage_system_ip: 10.10.10.1
|
||||
storage_system_username: username
|
||||
storage_system_password: password
|
||||
state: absent
|
||||
cpg_name: sample_cpg
|
||||
secure: no
|
||||
'''
|
||||
|
||||
RETURN = r'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue