mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
committed by
Jordan Borean
parent
8724c069d7
commit
09f55d300b
@@ -56,7 +56,7 @@ EXAMPLES = r'''
|
|||||||
name: foo
|
name: foo
|
||||||
suffix: ansible
|
suffix: ansible
|
||||||
fa_url: 10.10.10.2
|
fa_url: 10.10.10.2
|
||||||
fa_api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Create R/W clone foo_clone from snapshot foo.snap
|
- name: Create R/W clone foo_clone from snapshot foo.snap
|
||||||
@@ -65,7 +65,7 @@ EXAMPLES = r'''
|
|||||||
suffix: snap
|
suffix: snap
|
||||||
target: foo_clone
|
target: foo_clone
|
||||||
fa_url: 10.10.10.2
|
fa_url: 10.10.10.2
|
||||||
fa_api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
||||||
state: copy
|
state: copy
|
||||||
|
|
||||||
- name: Overwrite existing volume foo_clone with snapshot foo.snap
|
- name: Overwrite existing volume foo_clone with snapshot foo.snap
|
||||||
@@ -75,7 +75,7 @@ EXAMPLES = r'''
|
|||||||
target: foo_clone
|
target: foo_clone
|
||||||
overwrite: true
|
overwrite: true
|
||||||
fa_url: 10.10.10.2
|
fa_url: 10.10.10.2
|
||||||
fa_api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
||||||
state: copy
|
state: copy
|
||||||
|
|
||||||
- name: Delete and eradicate snapshot named foo.snap
|
- name: Delete and eradicate snapshot named foo.snap
|
||||||
@@ -84,7 +84,7 @@ EXAMPLES = r'''
|
|||||||
suffix: snap
|
suffix: snap
|
||||||
eradicate: true
|
eradicate: true
|
||||||
fa_url: 10.10.10.2
|
fa_url: 10.10.10.2
|
||||||
fa_api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
||||||
state: absent
|
state: absent
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user