1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
|
plugins:
become: {}
cache: {}
callback: {}
cliconf: {}
connection: {}
httpapi: {}
inventory: {}
lookup: {}
module:
na_ontap_active_directory:
description: NetApp ONTAP configure active directory
name: na_ontap_active_directory
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 20.9.0
na_ontap_aggregate:
description: NetApp ONTAP manage aggregates.
name: na_ontap_aggregate
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_autosupport:
description: NetApp ONTAP autosupport
name: na_ontap_autosupport
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.7.0
na_ontap_autosupport_invoke:
description: NetApp ONTAP send AutoSupport message
name: na_ontap_autosupport_invoke
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 20.4.0
na_ontap_broadcast_domain:
description: NetApp ONTAP manage broadcast domains.
name: na_ontap_broadcast_domain
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_broadcast_domain_ports:
description: NetApp ONTAP manage broadcast domain ports
name: na_ontap_broadcast_domain_ports
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_cg_snapshot:
description: NetApp ONTAP manage consistency group snapshot
name: na_ontap_cg_snapshot
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.7.0
na_ontap_cifs:
description: NetApp ONTAP Manage cifs-share
name: na_ontap_cifs
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_cifs_acl:
description: NetApp ONTAP manage cifs-share-access-control
name: na_ontap_cifs_acl
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: null
na_ontap_cifs_local_group_member:
description: NetApp Ontap - Add or remove CIFS local group member
name: na_ontap_cifs_local_group_member
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.2.0
na_ontap_cifs_local_user_modify:
description: NetApp ONTAP modify local CIFS user.
name: na_ontap_cifs_local_user_modify
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.4.0
na_ontap_cifs_local_user_set_password:
description: NetApp ONTAP set local CIFS user password
name: na_ontap_cifs_local_user_set_password
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.8.0
na_ontap_cifs_server:
description: NetApp ONTAP CIFS server configuration
name: na_ontap_cifs_server
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_cluster:
description: NetApp ONTAP cluster - create a cluster and add/remove nodes.
name: na_ontap_cluster
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_cluster_ha:
description: NetApp ONTAP Manage HA status for cluster
name: na_ontap_cluster_ha
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_cluster_peer:
description: NetApp ONTAP Manage Cluster peering
name: na_ontap_cluster_peer
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.7.0
na_ontap_command:
description: NetApp ONTAP Run any cli command, the username provided needs to
have console login permission.
name: na_ontap_command
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.7.0
na_ontap_debug:
description: NetApp ONTAP Debug netapp-lib import and connection.
name: na_ontap_debug
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.1.0
na_ontap_disk_options:
description: NetApp ONTAP modify storage disk options
name: na_ontap_disk_options
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.4.0
na_ontap_disks:
description: NetApp ONTAP Assign disks to nodes
name: na_ontap_disks
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.7.0
na_ontap_dns:
description: NetApp ONTAP Create, delete, modify DNS servers.
name: na_ontap_dns
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.7.0
na_ontap_domain_tunnel:
description: NetApp ONTAP domain tunnel
name: na_ontap_domain_tunnel
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.3.0
na_ontap_efficiency_policy:
description: NetApp ONTAP manage efficiency policies (sis policies)
name: na_ontap_efficiency_policy
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.9.0
na_ontap_export_policy:
description: NetApp ONTAP manage export-policy
name: na_ontap_export_policy
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_export_policy_rule:
description: NetApp ONTAP manage export policy rules
name: na_ontap_export_policy_rule
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_fcp:
description: NetApp ONTAP Start, Stop and Enable FCP services.
name: na_ontap_fcp
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.7.0
na_ontap_fdsd:
description: NetApp ONTAP create or remove a File Directory security descriptor.
name: na_ontap_fdsd
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.8.0
na_ontap_fdsp:
description: NetApp ONTAP create or delete a file directory security policy
name: na_ontap_fdsp
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.8.0
na_ontap_fdspt:
description: NetApp ONTAP create, delete or modify File Directory security policy
tasks
name: na_ontap_fdspt
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.8.0
na_ontap_fdss:
description: NetApp ONTAP File Directory Security Set.
name: na_ontap_fdss
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.8.0
na_ontap_file_directory_policy:
description: NetApp ONTAP create, delete, or modify vserver security file-directory
policy
name: na_ontap_file_directory_policy
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 20.8.0
na_ontap_firewall_policy:
description: NetApp ONTAP Manage a firewall policy
name: na_ontap_firewall_policy
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.7.0
na_ontap_firmware_upgrade:
description: NetApp ONTAP firmware upgrade for SP, shelf, ACP, and disk.
name: na_ontap_firmware_upgrade
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.9.0
na_ontap_flexcache:
description: NetApp ONTAP FlexCache - create/delete relationship
name: na_ontap_flexcache
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.8.0
na_ontap_fpolicy_event:
description: NetApp ONTAP FPolicy policy event configuration
name: na_ontap_fpolicy_event
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.4.0
na_ontap_fpolicy_ext_engine:
description: NetApp ONTAP fPolicy external engine configuration.
name: na_ontap_fpolicy_ext_engine
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.4.0
na_ontap_fpolicy_policy:
description: NetApp ONTAP - Create, delete or modify an FPolicy policy.
name: na_ontap_fpolicy_policy
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.3.0
na_ontap_fpolicy_scope:
description: NetApp ONTAP - Create, delete or modify an FPolicy policy scope
configuration.
name: na_ontap_fpolicy_scope
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.4.0
na_ontap_fpolicy_status:
description: NetApp ONTAP - Enables or disables the specified fPolicy policy
name: na_ontap_fpolicy_status
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.4.0
na_ontap_igroup:
description: NetApp ONTAP iSCSI or FC igroup configuration
name: na_ontap_igroup
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_igroup_initiator:
description: NetApp ONTAP igroup initiator configuration
name: na_ontap_igroup_initiator
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.8.0
na_ontap_info:
description: NetApp information gatherer
name: na_ontap_info
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.9.0
na_ontap_interface:
description: NetApp ONTAP LIF configuration
name: na_ontap_interface
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_ipspace:
description: NetApp ONTAP Manage an ipspace
name: na_ontap_ipspace
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.9.0
na_ontap_iscsi:
description: NetApp ONTAP manage iSCSI service
name: na_ontap_iscsi
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_iscsi_security:
description: NetApp ONTAP Manage iscsi security.
name: na_ontap_iscsi_security
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 19.10.1
na_ontap_job_schedule:
description: NetApp ONTAP Job Schedule
name: na_ontap_job_schedule
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_kerberos_realm:
description: NetApp ONTAP vserver nfs kerberos realm
name: na_ontap_kerberos_realm
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.9.0
na_ontap_ldap:
description: NetApp ONTAP LDAP
name: na_ontap_ldap
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.9.0
na_ontap_ldap_client:
description: NetApp ONTAP LDAP client
name: na_ontap_ldap_client
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.9.0
na_ontap_license:
description: NetApp ONTAP protocol and feature license packages
name: na_ontap_license
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_log_forward:
description: NetApp ONTAP Log Forward Configuration
name: na_ontap_log_forward
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.2.0
na_ontap_login_messages:
description: Setup login banner and message of the day
name: na_ontap_login_messages
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 20.1.0
na_ontap_lun:
description: NetApp ONTAP manage LUNs
name: na_ontap_lun
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_lun_copy:
description: NetApp ONTAP copy LUNs
name: na_ontap_lun_copy
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.8.0
na_ontap_lun_map:
description: NetApp ONTAP LUN maps
name: na_ontap_lun_map
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_lun_map_reporting_nodes:
description: NetApp ONTAP LUN maps reporting nodes
name: na_ontap_lun_map_reporting_nodes
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.2.0
na_ontap_mcc_mediator:
description: NetApp ONTAP Add and Remove MetroCluster Mediator
name: na_ontap_mcc_mediator
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 20.9.0
na_ontap_metrocluster:
description: NetApp ONTAP set up a MetroCluster
name: na_ontap_metrocluster
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 20.9.0
na_ontap_metrocluster_dr_group:
description: NetApp ONTAP manage MetroCluster DR Group
name: na_ontap_metrocluster_dr_group
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 20.11.0
na_ontap_motd:
description: Setup motd
name: na_ontap_motd
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.7.0
na_ontap_name_service_switch:
description: NetApp ONTAP Manage name service switch
name: na_ontap_name_service_switch
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: null
na_ontap_ndmp:
description: NetApp ONTAP NDMP services configuration
name: na_ontap_ndmp
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.9.0
na_ontap_net_ifgrp:
description: NetApp Ontap modify network interface group
name: na_ontap_net_ifgrp
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_net_port:
description: NetApp ONTAP network ports.
name: na_ontap_net_port
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_net_routes:
description: NetApp ONTAP network routes
name: na_ontap_net_routes
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_net_subnet:
description: NetApp ONTAP Create, delete, modify network subnets.
name: na_ontap_net_subnet
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.8.0
na_ontap_net_vlan:
description: NetApp ONTAP network VLAN
name: na_ontap_net_vlan
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_nfs:
description: NetApp ONTAP NFS status
name: na_ontap_nfs
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_node:
description: NetApp ONTAP Modify or Rename a node.
name: na_ontap_node
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.7.0
na_ontap_ntfs_dacl:
description: NetApp Ontap create, delate or modify NTFS DACL (discretionary
access control list)
name: na_ontap_ntfs_dacl
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 20.4.0
na_ontap_ntfs_sd:
description: NetApp ONTAP create, delete or modify NTFS security descriptor
name: na_ontap_ntfs_sd
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 20.4.0
na_ontap_ntp:
description: NetApp ONTAP NTP server
name: na_ontap_ntp
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_ntp_key:
description: NetApp ONTAP NTP key
name: na_ontap_ntp_key
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.21.0
na_ontap_nvme:
description: NetApp ONTAP Manage NVMe Service
name: na_ontap_nvme
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.8.0
na_ontap_nvme_namespace:
description: NetApp ONTAP Manage NVME Namespace
name: na_ontap_nvme_namespace
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.8.0
na_ontap_nvme_subsystem:
description: NetApp ONTAP Manage NVME Subsystem
name: na_ontap_nvme_subsystem
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.8.0
na_ontap_object_store:
description: NetApp ONTAP manage object store config.
name: na_ontap_object_store
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.9.0
na_ontap_partitions:
description: NetApp ONTAP Assign partitions and disks to nodes.
name: na_ontap_partitions
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.8.0
na_ontap_ports:
description: NetApp ONTAP add/remove ports
name: na_ontap_ports
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.9.0
na_ontap_portset:
description: NetApp ONTAP Create/Delete portset
name: na_ontap_portset
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.8.0
na_ontap_publickey:
description: NetApp ONTAP publickey configuration
name: na_ontap_publickey
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.7.0
na_ontap_qos_adaptive_policy_group:
description: NetApp ONTAP Adaptive Quality of Service policy group.
name: na_ontap_qos_adaptive_policy_group
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.9.0
na_ontap_qos_policy_group:
description: NetApp ONTAP manage policy group in Quality of Service.
name: na_ontap_qos_policy_group
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.8.0
na_ontap_qtree:
description: NetApp ONTAP manage qtrees
name: na_ontap_qtree
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_quota_policy:
description: NetApp Ontap create, assign, rename or delete quota policy
name: na_ontap_quota_policy
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 19.11.0
na_ontap_quotas:
description: NetApp ONTAP Quotas
name: na_ontap_quotas
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.8.0
na_ontap_rest_cli:
description: NetApp ONTAP run any CLI command using REST api/private/cli/
name: na_ontap_rest_cli
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.9.0
na_ontap_rest_info:
description: NetApp ONTAP information gatherer using REST APIs
name: na_ontap_rest_info
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 20.5.0
na_ontap_restit:
description: NetApp ONTAP Run any REST API on ONTAP
name: na_ontap_restit
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 20.4.0
na_ontap_s3_buckets:
description: NetApp ONTAP S3 Buckets
name: na_ontap_s3_buckets
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.19.0
na_ontap_s3_groups:
description: NetApp ONTAP S3 groups
name: na_ontap_s3_groups
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.21.0
na_ontap_s3_policies:
description: NetApp ONTAP S3 Policies
name: na_ontap_s3_policies
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.21.0
na_ontap_s3_services:
description: NetApp ONTAP S3 services
name: na_ontap_s3_services
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.20.0
na_ontap_s3_users:
description: NetApp ONTAP S3 users
name: na_ontap_s3_users
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.20.0
na_ontap_security_certificates:
description: NetApp ONTAP manage security certificates.
name: na_ontap_security_certificates
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 20.7.0
na_ontap_security_config:
description: NetApp ONTAP modify security config for SSL.
name: na_ontap_security_config
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.3.0
na_ontap_security_key_manager:
description: NetApp ONTAP security key manager.
name: na_ontap_security_key_manager
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.8.0
na_ontap_service_policy:
description: NetApp ONTAP service policy configuration
name: na_ontap_service_policy
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.7.0
na_ontap_service_processor_network:
description: NetApp ONTAP service processor network
name: na_ontap_service_processor_network
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_snaplock_clock:
description: NetApp ONTAP Sets the snaplock compliance clock.
name: na_ontap_snaplock_clock
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.4.0
na_ontap_snapmirror:
description: NetApp ONTAP or ElementSW Manage SnapMirror
name: na_ontap_snapmirror
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.7.0
na_ontap_snapmirror_policy:
description: NetApp ONTAP create, delete or modify SnapMirror policies
name: na_ontap_snapmirror_policy
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 20.3.0
na_ontap_snapshot:
description: NetApp ONTAP manage Snapshots
name: na_ontap_snapshot
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_snapshot_policy:
description: NetApp ONTAP manage Snapshot Policy
name: na_ontap_snapshot_policy
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.8.0
na_ontap_snmp:
description: NetApp ONTAP SNMP community
name: na_ontap_snmp
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_snmp_traphosts:
description: NetApp ONTAP SNMP traphosts.
name: na_ontap_snmp_traphosts
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 20.3.0
na_ontap_software_update:
description: NetApp ONTAP Update Software
name: na_ontap_software_update
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.7.0
na_ontap_ssh_command:
description: NetApp ONTAP Run any cli command over plain SSH using paramiko.
name: na_ontap_ssh_command
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 20.8.0
na_ontap_storage_auto_giveback:
description: Enables or disables NetApp ONTAP storage auto giveback for a specified
node
name: na_ontap_storage_auto_giveback
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.3.0
na_ontap_storage_failover:
description: Enables or disables NetApp Ontap storage failover for a specified
node
name: na_ontap_storage_failover
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.3.0
na_ontap_svm:
description: NetApp ONTAP SVM
name: na_ontap_svm
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_svm_options:
description: NetApp ONTAP Modify SVM Options
name: na_ontap_svm_options
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.7.0
na_ontap_ucadapter:
description: NetApp ONTAP UC adapter configuration
name: na_ontap_ucadapter
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_unix_group:
description: NetApp ONTAP UNIX Group
name: na_ontap_unix_group
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.8.0
na_ontap_unix_user:
description: NetApp ONTAP UNIX users
name: na_ontap_unix_user
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.8.0
na_ontap_user:
description: NetApp ONTAP user configuration and management
name: na_ontap_user
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_user_role:
description: NetApp ONTAP user role configuration and management
name: na_ontap_user_role
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_volume:
description: NetApp ONTAP manage volumes.
name: na_ontap_volume
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_volume_autosize:
description: NetApp ONTAP manage volume autosize
name: na_ontap_volume_autosize
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.9.0
na_ontap_volume_clone:
description: NetApp ONTAP manage volume clones.
name: na_ontap_volume_clone
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.6.0
na_ontap_volume_efficiency:
description: NetApp ONTAP enables, disables or modifies volume efficiency
name: na_ontap_volume_efficiency
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 21.2.0
na_ontap_volume_snaplock:
description: NetApp ONTAP manage volume snaplock retention.
name: na_ontap_volume_snaplock
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 20.2.0
na_ontap_vscan:
description: NetApp ONTAP Vscan enable/disable.
name: na_ontap_vscan
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.9.0
na_ontap_vscan_on_access_policy:
description: NetApp ONTAP Vscan on access policy configuration.
name: na_ontap_vscan_on_access_policy
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.8.0
na_ontap_vscan_on_demand_task:
description: NetApp ONTAP Vscan on demand task configuration.
name: na_ontap_vscan_on_demand_task
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.8.0
na_ontap_vscan_scanner_pool:
description: NetApp ONTAP Vscan Scanner Pools Configuration.
name: na_ontap_vscan_scanner_pool
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.8.0
na_ontap_vserver_cifs_security:
description: NetApp ONTAP vserver CIFS security modification
name: na_ontap_vserver_cifs_security
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.9.0
na_ontap_vserver_peer:
description: NetApp ONTAP Vserver peering
name: na_ontap_vserver_peer
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 2.7.0
na_ontap_wait_for_condition:
description: NetApp ONTAP wait_for_condition. Loop over a get status request
until a condition is met.
name: na_ontap_wait_for_condition
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 20.8.0
na_ontap_wwpn_alias:
description: NetApp ONTAP set FCP WWPN Alias
name: na_ontap_wwpn_alias
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 20.4.0
na_ontap_zapit:
description: NetApp ONTAP Run any ZAPI on ONTAP
name: na_ontap_zapit
namespace: private.var.folders.zv.gm9l2n2n30g2k5tdmny65l_r0000gp.T.antsibull-changelog3bt20e04.collections.ansible_collections.netapp.ontap.plugins.modules
version_added: 20.4.0
netconf: {}
shell: {}
strategy: {}
vars: {}
version: 21.22.0
|