mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Docs changes to na_ontap_nvme_subsystem (#52289)
* Revert "changes to clusteR" This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80. * update docs * Revert "Revert "changes to clusteR"" This reverts commit 8e56b999e6cf6a65de339e516f7134a6b6b39cba. * fix some merge issues
This commit is contained in:
parent
8195181a62
commit
3b29b502e7
1 changed files with 14 additions and 12 deletions
|
@ -84,18 +84,7 @@ EXAMPLES = """
|
|||
username: "{{ netapp_username }}"
|
||||
password: "{{ netapp_password }}"
|
||||
|
||||
- name: Associate hosts/paths with the subsystem
|
||||
na_ontap_nvme_subsystem:
|
||||
state: absent
|
||||
subsystem: test_sub
|
||||
vserver: test_dest
|
||||
skip_host_check: True
|
||||
skip_mapped_check: True
|
||||
hostname: "{{ netapp_hostname }}"
|
||||
username: "{{ netapp_username }}"
|
||||
password: "{{ netapp_password }}"
|
||||
|
||||
- name: Add NVME Subsystem host/map (Idempotency)
|
||||
- name: Associate NVME Subsystem host/map
|
||||
na_ontap_nvme_subsystem:
|
||||
state: present
|
||||
subsystem: "{{ subsystem }}"
|
||||
|
@ -106,6 +95,19 @@ EXAMPLES = """
|
|||
hostname: "{{ hostname }}"
|
||||
username: "{{ username }}"
|
||||
password: "{{ password }}"
|
||||
|
||||
- name: Modify NVME subsystem map
|
||||
na_ontap_nvme_subsystem:
|
||||
state: present
|
||||
subsystem: test_sub
|
||||
vserver: test_dest
|
||||
skip_host_check: True
|
||||
skip_mapped_check: True
|
||||
paths: /vol/ansible/test
|
||||
hostname: "{{ netapp_hostname }}"
|
||||
username: "{{ netapp_username }}"
|
||||
password: "{{ netapp_password }}"
|
||||
|
||||
"""
|
||||
|
||||
RETURN = """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue