File tree Expand file tree Collapse file tree 11 files changed +19
-19
lines changed Expand file tree Collapse file tree 11 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ class ModuleDocFragment(object):
33
33
description:
34
34
- Boolean variable to specify whether or not to validate SSL
35
35
certificate.
36
- - C(True ) - Indicates that the SSL certificate should be verified.
37
- - C(False ) - Indicates that the SSL certificate should not be
36
+ - C(true ) - Indicates that the SSL certificate should be verified.
37
+ - C(false ) - Indicates that the SSL certificate should not be
38
38
verified.
39
39
port:
40
40
description:
Original file line number Diff line number Diff line change 130
130
description:
131
131
- The replication mode.
132
132
type: str
133
- required: True
133
+ required: true
134
134
choices: ['asynchronous', 'manual']
135
135
rpo:
136
136
description:
151
151
type: dict
152
152
suboptions:
153
153
remote_system_host:
154
- required: True
154
+ required: true
155
155
description:
156
156
- IP or FQDN for remote Unity unisphere Host.
157
157
type: str
158
158
remote_system_username:
159
159
type: str
160
- required: True
160
+ required: true
161
161
description:
162
162
- User name of remote Unity unisphere Host.
163
163
remote_system_password:
164
164
type: str
165
- required: True
165
+ required: true
166
166
description:
167
167
- Password of remote Unity unisphere Host.
168
168
remote_system_verifycert:
Original file line number Diff line number Diff line change 250
250
type: dict
251
251
suboptions:
252
252
remote_system_host:
253
- required: True
253
+ required: true
254
254
description:
255
255
- IP or FQDN for remote Unity unisphere Host.
256
256
type: str
257
257
remote_system_username:
258
258
type: str
259
- required: True
259
+ required: true
260
260
description:
261
261
- User name of remote Unity unisphere Host.
262
262
remote_system_password:
263
263
type: str
264
- required: True
264
+ required: true
265
265
description:
266
266
- Password of remote Unity unisphere Host.
267
267
remote_system_verifycert:
Original file line number Diff line number Diff line change 104
104
- The state option is used to mention the existence of the filesystem
105
105
snapshot.
106
106
type: str
107
- required: True
107
+ required: true
108
108
choices: ['absent', 'present']
109
109
notes:
110
110
- Filesystem snapshot cannot be deleted, if it has nfs or smb share.
Original file line number Diff line number Diff line change 95
95
- State of the host.
96
96
choices: [present , absent]
97
97
type: str
98
- required: True
98
+ required: true
99
99
100
100
notes:
101
101
- The I(check_mode) is not supported.
Original file line number Diff line number Diff line change 126
126
type: dict
127
127
suboptions:
128
128
remote_system_host:
129
- required: True
129
+ required: true
130
130
description:
131
131
- IP or FQDN for remote Unity unisphere Host.
132
132
type: str
133
133
remote_system_username:
134
134
type: str
135
- required: True
135
+ required: true
136
136
description:
137
137
- User name of remote Unity unisphere Host.
138
138
remote_system_password:
139
139
type: str
140
- required: True
140
+ required: true
141
141
description:
142
142
- Password of remote Unity unisphere Host.
143
143
remote_system_verifycert:
Original file line number Diff line number Diff line change 105
105
state:
106
106
description:
107
107
- State variable to determine whether NFS export will exist or not.
108
- required: True
108
+ required: true
109
109
type: str
110
110
choices: ['absent', 'present']
111
111
default_access:
Original file line number Diff line number Diff line change 83
83
- The I(state) option is used to mention the existence of
84
84
the snapshot.
85
85
type: str
86
- required: True
86
+ required: true
87
87
choices: [ 'absent', 'present' ]
88
88
host_name:
89
89
description:
Original file line number Diff line number Diff line change 151
151
- C(Absent) - indicates that the storage pool should not exist on the system.
152
152
choices: [absent, present]
153
153
type: str
154
- required: True
154
+ required: true
155
155
156
156
notes:
157
157
- Deletion of storage pool is not allowed through Ansible module.
Original file line number Diff line number Diff line change 93
93
- The state option is used to mention the existence of the filesystem
94
94
quota tree.
95
95
type: str
96
- required: True
96
+ required: true
97
97
choices: ['absent', 'present']
98
98
99
99
notes:
You can’t perform that action at this time.
0 commit comments