summaryrefslogtreecommitdiffstats
path: root/collections-debian-merged/ansible_collections/community/general/meta/runtime.yml
blob: a7f8af610a0d0a6d0c0e84c3a595b9fcb7b8578a (plain)
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
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
requires_ansible: '>=2.9.10'
action_groups:
  docker:
  - docker_swarm
  - docker_image_facts
  - docker_service
  - docker_compose
  - docker_config
  - docker_container
  - docker_container_info
  - docker_host_info
  - docker_image
  - docker_image_info
  - docker_login
  - docker_network
  - docker_network_info
  - docker_node
  - docker_node_info
  - docker_prune
  - docker_secret
  - docker_swarm
  - docker_swarm_info
  - docker_swarm_service
  - docker_swarm_service_info
  - docker_volume
  - docker_volume_info
  k8s:
  - kubevirt_cdi_upload
  - kubevirt_preset
  - kubevirt_pvc
  - kubevirt_rs
  - kubevirt_template
  - kubevirt_vm
  ovirt:
  - ovirt_affinity_label_facts
  - ovirt_api_facts
  - ovirt_cluster_facts
  - ovirt_datacenter_facts
  - ovirt_disk_facts
  - ovirt_event_facts
  - ovirt_external_provider_facts
  - ovirt_group_facts
  - ovirt_host_facts
  - ovirt_host_storage_facts
  - ovirt_network_facts
  - ovirt_nic_facts
  - ovirt_permission_facts
  - ovirt_quota_facts
  - ovirt_scheduling_policy_facts
  - ovirt_snapshot_facts
  - ovirt_storage_domain_facts
  - ovirt_storage_template_facts
  - ovirt_storage_vm_facts
  - ovirt_tag_facts
  - ovirt_template_facts
  - ovirt_user_facts
  - ovirt_vm_facts
  - ovirt_vmpool_facts
plugin_routing:
  lookup:
    conjur_variable:
      redirect: cyberark.conjur.conjur_variable
      deprecation:
        removal_version: 2.0.0
        warning_text: The conjur_variable lookup has been moved to the cyberark.conjur collection.
  modules:
    ali_instance_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    digital_ocean:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean
    digital_ocean_account_facts:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_account_facts module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_account_facts
    digital_ocean_account_info:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_account_info module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_account_info
    digital_ocean_block_storage:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_block_storage module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_block_storage
    digital_ocean_certificate:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_certificate module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_certificate
    digital_ocean_certificate_facts:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_certificate_facts module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_certificate_facts
    digital_ocean_certificate_info:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_certificate_info module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_certificate_info
    digital_ocean_domain:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_domain module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_domain
    digital_ocean_domain_facts:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_domain_facts module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_domain_facts
    digital_ocean_domain_info:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_domain_info module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_domain_info
    digital_ocean_droplet:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_droplet module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_droplet
    digital_ocean_firewall_facts:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_firewall_facts module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_firewall_facts
    digital_ocean_firewall_info:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_firewall_info module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_firewall_info
    digital_ocean_floating_ip:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_floating_ip module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_floating_ip
    digital_ocean_floating_ip_facts:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_floating_ip_facts module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_floating_ip_facts
    digital_ocean_floating_ip_info:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_floating_ip_info module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_floating_ip_info
    digital_ocean_image_facts:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_image_facts module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_image_facts
    digital_ocean_image_info:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_image_info module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_image_info
    digital_ocean_load_balancer_facts:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_load_balancer_facts module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_load_balancer_facts
    digital_ocean_load_balancer_info:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_load_balancer_info module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_load_balancer_info
    digital_ocean_region_facts:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_region_facts module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_region_facts
    digital_ocean_region_info:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_region_info module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_region_info
    digital_ocean_size_facts:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_size_facts module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_size_facts
    digital_ocean_size_info:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_size_info module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_size_info
    digital_ocean_snapshot_facts:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_snapshot_facts module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_snapshot_facts
    digital_ocean_snapshot_info:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_snapshot_info module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_snapshot_info
    digital_ocean_sshkey:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_sshkey module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_sshkey
    digital_ocean_sshkey_facts:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_sshkey_facts module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_sshkey_facts
    digital_ocean_sshkey_info:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_sshkey_info module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_sshkey_info
    digital_ocean_tag:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_tag module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_tag
    digital_ocean_tag_facts:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_tag_facts module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_tag_facts
    digital_ocean_tag_info:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_tag_info module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_tag_info
    digital_ocean_volume_facts:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_volume_facts module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_volume_facts
    digital_ocean_volume_info:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean_volume_info module has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean_volume_info
    docker_image_facts:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    docker_service:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    firewalld:
      deprecation:
        removal_version: 2.0.0
        warning_text: The firewalld module has been moved to the ansible.posix collection.
      redirect: ansible.posix.firewalld
    foreman:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    gcdns_record:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    gcdns_zone:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    gce:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    gcp_backend_service:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    gcp_forwarding_rule:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    gcp_healthcheck:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    gcp_target_proxy:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    gcp_url_map:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    gcpubsub_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    gcspanner:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    github_hooks:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    helm:
      deprecation:
        removal_version: 3.0.0
        warning_text: The helm module in community.general has been deprecated. Use community.kubernetes.helm instead.
    hpilo_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    idrac_redfish_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    infini_export:
      redirect: infinidat.infinibox.infini_export
      deprecation:
        removal_version: 2.0.0
        warning_text: The infini_export module has been moved to the infinidat collection.
    infini_export_client:
      redirect: infinidat.infinibox.infini_export_client
      deprecation:
        removal_version: 2.0.0
        warning_text: The infini_export_client module has been moved to the infinidat collection.
    infini_fs:
      redirect: infinidat.infinibox.infini_fs
      deprecation:
        removal_version: 2.0.0
        warning_text: The infini_fs module has been moved to the infinidat collection.
    infini_host:
      redirect: infinidat.infinibox.infini_host
      deprecation:
        removal_version: 2.0.0
        warning_text: The infini_host module has been moved to the infinidat collection.
    infini_pool:
      redirect: infinidat.infinibox.infini_pool
      deprecation:
        removal_version: 2.0.0
        warning_text: The infini_pool module has been moved to the infinidat collection.
    infini_vol:
      redirect: infinidat.infinibox.infini_vol
      deprecation:
        removal_version: 2.0.0
        warning_text: The infini_vol module has been moved to the infinidat collection.
    jenkins_job_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    katello:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    ldap_attr:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    logicmonitor:
      tombstone:
        removal_version: 1.0.0
        warning_text: The logicmonitor_facts module is no longer maintained and the API used has been disabled in 2017.
    logicmonitor_facts:
      tombstone:
        removal_version: 1.0.0
        warning_text: The logicmonitor_facts module is no longer maintained and the API used has been disabled in 2017.
    memset_memstore_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    memset_server_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    mysql_db:
      deprecation:
        removal_version: 2.0.0
        warning_text: The mysql_db module has been moved to the community.mysql collection.
      redirect: community.mysql.mysql_db
    mysql_info:
      deprecation:
        removal_version: 2.0.0
        warning_text: The mysql_info module has been moved to the community.mysql collection.
      redirect: community.mysql.mysql_info
    mysql_query:
      deprecation:
        removal_version: 2.0.0
        warning_text: The mysql_query module has been moved to the community.mysql collection.
      redirect: community.mysql.mysql_query
    mysql_replication:
      deprecation:
        removal_version: 2.0.0
        warning_text: The mysql_replication module has been moved to the community.mysql collection.
      redirect: community.mysql.mysql_replication
    mysql_user:
      deprecation:
        removal_version: 2.0.0
        warning_text: The mysql_user module has been moved to the community.mysql collection.
      redirect: community.mysql.mysql_user
    mysql_variables:
      deprecation:
        removal_version: 2.0.0
        warning_text: The mysql_variables module has been moved to the community.mysql collection.
      redirect: community.mysql.mysql_variables
    na_cdot_aggregate:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    na_cdot_license:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    na_cdot_lun:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    na_cdot_qtree:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    na_cdot_svm:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    na_cdot_user:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    na_cdot_user_role:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    na_cdot_volume:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    na_ontap_gather_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    nginx_status_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    one_image_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    onepassword_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    oneview_datacenter_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    oneview_enclosure_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    oneview_ethernet_network_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    oneview_fc_network_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    oneview_fcoe_network_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    oneview_logical_interconnect_group_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    oneview_network_set_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    oneview_san_manager_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    online_server_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    online_user_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_affinity_label_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_api_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_cluster_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_datacenter_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_disk_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_event_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_external_provider_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_group_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_host_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_host_storage_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_network_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_nic_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_permission_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_quota_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_scheduling_policy_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_snapshot_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_storage_domain_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_storage_template_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_storage_vm_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_tag_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_template_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_user_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_vm_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    ovirt_vmpool_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    proxysql_backend_servers:
      deprecation:
        removal_version: 2.0.0
        warning_text: The proxysql_backend_servers module has been moved to the community.proxysql collection.
      redirect: community.proxysql.proxysql_backend_servers
    proxysql_global_variables:
      deprecation:
        removal_version: 2.0.0
        warning_text: The proxysql_global_variables module has been moved to the community.proxysql collection.
      redirect: community.proxysql.proxysql_global_variables
    proxysql_manage_config:
      deprecation:
        removal_version: 2.0.0
        warning_text: The proxysql_manage_config module has been moved to the community.proxysql collection.
      redirect: community.proxysql.proxysql_manage_config
    proxysql_mysql_users:
      deprecation:
        removal_version: 2.0.0
        warning_text: The proxysql_mysql_users module has been moved to the community.proxysql collection.
      redirect: community.proxysql.proxysql_mysql_users
    proxysql_query_rules:
      deprecation:
        removal_version: 2.0.0
        warning_text: The proxysql_query_rules module has been moved to the community.proxysql collection.
      redirect: community.proxysql.proxysql_query_rules
    proxysql_replication_hostgroups:
      deprecation:
        removal_version: 2.0.0
        warning_text: The proxysql_replication_hostgroups module has been moved to the community.proxysql collection.
      redirect: community.proxysql.proxysql_replication_hostgroups
    proxysql_scheduler:
      deprecation:
        removal_version: 2.0.0
        warning_text: The proxysql_scheduler module has been moved to the community.proxysql collection.
      redirect: community.proxysql.proxysql_scheduler
    purefa_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    purefb_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    python_requirements_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    redfish_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    scaleway_image_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    scaleway_ip_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    scaleway_organization_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    scaleway_security_group_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    scaleway_server_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    scaleway_snapshot_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    scaleway_volume_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    sf_account_manager:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    sf_check_connections:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    sf_snapshot_schedule_manager:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    sf_volume_access_group_manager:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    sf_volume_manager:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    smartos_image_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    vertica_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
    xenserver_guest_facts:
      deprecation:
        removal_version: 3.0.0
        warning_text: see plugin documentation for details
  doc_fragments:
    digital_ocean:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean docs_fragment has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean
    infinibox:
      redirect: infinidat.infinibox.infinibox
      deprecation:
        removal_version: 2.0.0
        warning_text: The infinibox doc_fragments plugin has been moved to the infinidat.infinibox collection.
    mysql:
      deprecation:
        removal_version: 2.0.0
        warning_text: The mysql docs_fragment has been moved to the community.mysql collection.
      redirect: community.mysql.mysql
    proxysql:
      deprecation:
        removal_version: 2.0.0
        warning_text: The proxysql docs_fragment has been moved to the community.proxysql collection.
      redirect: community.proxysql.proxysql
  module_utils:
    digital_ocean:
      deprecation:
        removal_version: 2.0.0
        warning_text: The digital_ocean module_utils has been moved to the community.digitalocean collection.
      redirect: community.digitalocean.digital_ocean
    firewalld:
      deprecation:
        removal_version: 2.0.0
        warning_text: The firewalld module_utils has been moved to the ansible.posix collection.
      redirect: ansible.posix.firewalld
    infinibox:
      redirect: infinidat.infinibox.infinibox
      deprecation:
        removal_version: 2.0.0
        warning_text: The infinibox module_utils plugin has been moved to the infinidat.infinibox collection.
    mysql:
      deprecation:
        removal_version: 2.0.0
        warning_text: The mysql module_utils has been moved to the community.mysql collection.
      redirect: community.mysql.mysql
  callback:
    actionable:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    full_skip:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details
    stderr:
      deprecation:
        removal_version: 2.0.0
        warning_text: see plugin documentation for details