summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/general/meta/runtime.yml
blob: edeb53005ff1cbd0447bbf6202b773d1977cc4a6 (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
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
---
# Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later

requires_ansible: '>=2.13.0'
action_groups:
  consul:
    - consul_auth_method
    - consul_binding_rule
    - consul_policy
    - consul_role
    - consul_session
    - consul_token
  proxmox:
    - proxmox
    - proxmox_disk
    - proxmox_domain_info
    - proxmox_group_info
    - proxmox_kvm
    - proxmox_nic
    - proxmox_node_info
    - proxmox_pool
    - proxmox_pool_member
    - proxmox_snap
    - proxmox_storage_contents_info
    - proxmox_storage_info
    - proxmox_tasks_info
    - proxmox_template
    - proxmox_user_info
    - proxmox_vm_info
plugin_routing:
  callback:
    actionable:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use the 'default' callback plugin with 'display_skipped_hosts
          = no' and 'display_ok_hosts = no' options.
    full_skip:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use the 'default' callback plugin with 'display_skipped_hosts
          = no' option.
    hipchat:
      deprecation:
        removal_version: 10.0.0
        warning_text: The hipchat service has been discontinued and the self-hosted variant has been End of Life since 2020.
    osx_say:
      redirect: community.general.say
    stderr:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use the 'default' callback plugin with 'display_failed_stderr
          = yes' option.
  connection:
    docker:
      redirect: community.docker.docker
    oc:
      redirect: community.okd.oc
  lookup:
    gcp_storage_file:
      redirect: community.google.gcp_storage_file
    hashi_vault:
      redirect: community.hashi_vault.hashi_vault
    nios:
      redirect: infoblox.nios_modules.nios_lookup
    nios_next_ip:
      redirect: infoblox.nios_modules.nios_next_ip
    nios_next_network:
      redirect: infoblox.nios_modules.nios_next_network
  modules:
    consul_acl:
      deprecation:
        removal_version: 10.0.0
        warning_text: Use community.general.consul_token and/or community.general.consul_policy instead.
    rax_cbs_attachments:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_cbs:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_cdb_database:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_cdb_user:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_cdb:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_clb_nodes:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_clb_ssl:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_clb:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_dns_record:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_dns:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_facts:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_files_objects:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_files:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_identity:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_keypair:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_meta:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_mon_alarm:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_mon_check:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_mon_entity:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_mon_notification_plan:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_mon_notification:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_network:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_queue:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_scaling_group:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rax_scaling_policy:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on the deprecated package pyrax.
    rhn_channel:
      deprecation:
        removal_version: 10.0.0
        warning_text: RHN is EOL, please contact the community.general maintainers
          if still using this; see the module documentation for more details.
    rhn_register:
      deprecation:
        removal_version: 10.0.0
        warning_text: RHN is EOL, please contact the community.general maintainers
          if still using this; see the module documentation for more details.
    stackdriver:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on HTTPS APIs that do not exist anymore,
          and any new development in the direction of providing an alternative should
          happen in the context of the google.cloud collection.
    ali_instance_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.ali_instance_info instead.
    cisco_spark:
      redirect: community.general.cisco_webex
    docker_compose:
      redirect: community.docker.docker_compose
    docker_config:
      redirect: community.docker.docker_config
    docker_container:
      redirect: community.docker.docker_container
    docker_container_info:
      redirect: community.docker.docker_container_info
    docker_host_info:
      redirect: community.docker.docker_host_info
    docker_image:
      redirect: community.docker.docker_image
    docker_image_facts:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use community.docker.docker_image_info instead.
    docker_image_info:
      redirect: community.docker.docker_image_info
    docker_login:
      redirect: community.docker.docker_login
    docker_network:
      redirect: community.docker.docker_network
    docker_network_info:
      redirect: community.docker.docker_network_info
    docker_node:
      redirect: community.docker.docker_node
    docker_node_info:
      redirect: community.docker.docker_node_info
    docker_prune:
      redirect: community.docker.docker_prune
    docker_secret:
      redirect: community.docker.docker_secret
    docker_service:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use community.docker.docker_compose instead.
    docker_stack:
      redirect: community.docker.docker_stack
    docker_stack_info:
      redirect: community.docker.docker_stack_info
    docker_stack_task_info:
      redirect: community.docker.docker_stack_task_info
    docker_swarm:
      redirect: community.docker.docker_swarm
    docker_swarm_info:
      redirect: community.docker.docker_swarm_info
    docker_swarm_service:
      redirect: community.docker.docker_swarm_service
    docker_swarm_service_info:
      redirect: community.docker.docker_swarm_service_info
    docker_volume:
      redirect: community.docker.docker_volume
    docker_volume_info:
      redirect: community.docker.docker_volume_info
    flowdock:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on HTTPS APIs that do not exist anymore and
          there is no clear path to update.
    foreman:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use the modules from the theforeman.foreman collection instead.
    gc_storage:
      redirect: community.google.gc_storage
    gcdns_record:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use google.cloud.gcp_dns_resource_record_set instead.
    gcdns_zone:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use google.cloud.gcp_dns_managed_zone instead.
    gce:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use google.cloud.gcp_compute_instance instead.
    gce_eip:
      redirect: community.google.gce_eip
    gce_img:
      redirect: community.google.gce_img
    gce_instance_template:
      redirect: community.google.gce_instance_template
    gce_labels:
      redirect: community.google.gce_labels
    gce_lb:
      redirect: community.google.gce_lb
    gce_mig:
      redirect: community.google.gce_mig
    gce_net:
      redirect: community.google.gce_net
    gce_pd:
      redirect: community.google.gce_pd
    gce_snapshot:
      redirect: community.google.gce_snapshot
    gce_tag:
      redirect: community.google.gce_tag
    gcp_backend_service:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use google.cloud.gcp_compute_backend_service instead.
    gcp_forwarding_rule:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use google.cloud.gcp_compute_forwarding_rule or google.cloud.gcp_compute_global_forwarding_rule
          instead.
    gcp_healthcheck:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use google.cloud.gcp_compute_health_check, google.cloud.gcp_compute_http_health_check
          or google.cloud.gcp_compute_https_health_check instead.
    gcp_target_proxy:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use google.cloud.gcp_compute_target_http_proxy instead.
    gcp_url_map:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use google.cloud.gcp_compute_url_map instead.
    gcpubsub:
      redirect: community.google.gcpubsub
    gcpubsub_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.google.gcpubsub_info instead.
    gcpubsub_info:
      redirect: community.google.gcpubsub_info
    gcspanner:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use google.cloud.gcp_spanner_database and/or google.cloud.gcp_spanner_instance
          instead.
    github_hooks:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use community.general.github_webhook and community.general.github_webhook_info
          instead.
    hana_query:
      redirect: community.sap_libs.sap_hdbsql
    hetzner_failover_ip:
      redirect: community.hrobot.failover_ip
    hetzner_failover_ip_info:
      redirect: community.hrobot.failover_ip_info
    hetzner_firewall:
      redirect: community.hrobot.firewall
    hetzner_firewall_info:
      redirect: community.hrobot.firewall_info
    hpilo_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.hpilo_info instead.
    idrac_firmware:
      redirect: dellemc.openmanage.idrac_firmware
    idrac_redfish_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.idrac_redfish_info instead.
    idrac_server_config_profile:
      redirect: dellemc.openmanage.idrac_server_config_profile
    jenkins_job_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.jenkins_job_info instead.
    katello:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use the modules from the theforeman.foreman collection instead.
    kubevirt_cdi_upload:
      redirect: community.kubevirt.kubevirt_cdi_upload
    kubevirt_preset:
      redirect: community.kubevirt.kubevirt_preset
    kubevirt_pvc:
      redirect: community.kubevirt.kubevirt_pvc
    kubevirt_rs:
      redirect: community.kubevirt.kubevirt_rs
    kubevirt_template:
      redirect: community.kubevirt.kubevirt_template
    kubevirt_vm:
      redirect: community.kubevirt.kubevirt_vm
    ldap_attr:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.ldap_attrs instead.
    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:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.memset_memstore_info instead.
    memset_server_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.memset_server_info instead.
    na_cdot_aggregate:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use netapp.ontap.na_ontap_aggregate instead.
    na_cdot_license:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use netapp.ontap.na_ontap_license instead.
    na_cdot_lun:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use netapp.ontap.na_ontap_lun instead.
    na_cdot_qtree:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use netapp.ontap.na_ontap_qtree instead.
    na_cdot_svm:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use netapp.ontap.na_ontap_svm instead.
    na_cdot_user:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use netapp.ontap.na_ontap_user instead.
    na_cdot_user_role:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use netapp.ontap.na_ontap_user_role instead.
    na_cdot_volume:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use netapp.ontap.na_ontap_volume instead.
    na_ontap_gather_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use netapp.ontap.na_ontap_info instead.
    nginx_status_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.nginx_status_info instead.
    nios_a_record:
      redirect: infoblox.nios_modules.nios_a_record
    nios_aaaa_record:
      redirect: infoblox.nios_modules.nios_aaaa_record
    nios_cname_record:
      redirect: infoblox.nios_modules.nios_cname_record
    nios_dns_view:
      redirect: infoblox.nios_modules.nios_dns_view
    nios_fixed_address:
      redirect: infoblox.nios_modules.nios_fixed_address
    nios_host_record:
      redirect: infoblox.nios_modules.nios_host_record
    nios_member:
      redirect: infoblox.nios_modules.nios_member
    nios_mx_record:
      redirect: infoblox.nios_modules.nios_mx_record
    nios_naptr_record:
      redirect: infoblox.nios_modules.nios_naptr_record
    nios_network:
      redirect: infoblox.nios_modules.nios_network
    nios_network_view:
      redirect: infoblox.nios_modules.nios_network_view
    nios_nsgroup:
      redirect: infoblox.nios_modules.nios_nsgroup
    nios_ptr_record:
      redirect: infoblox.nios_modules.nios_ptr_record
    nios_srv_record:
      redirect: infoblox.nios_modules.nios_srv_record
    nios_txt_record:
      redirect: infoblox.nios_modules.nios_txt_record
    nios_zone:
      redirect: infoblox.nios_modules.nios_zone
    ome_device_info:
      redirect: dellemc.openmanage.ome_device_info
    one_image_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.one_image_info instead.
    onepassword_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.onepassword_info instead.
    oneview_datacenter_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.oneview_datacenter_info instead.
    oneview_enclosure_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.oneview_enclosure_info instead.
    oneview_ethernet_network_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.oneview_ethernet_network_info instead.
    oneview_fc_network_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.oneview_fc_network_info instead.
    oneview_fcoe_network_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.oneview_fcoe_network_info instead.
    oneview_logical_interconnect_group_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.oneview_logical_interconnect_group_info
          instead.
    oneview_network_set_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.oneview_network_set_info instead.
    oneview_san_manager_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.oneview_san_manager_info instead.
    online_server_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.online_server_info instead.
    online_user_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.online_user_info instead.
    ovirt:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_vm instead.
    ovirt_affinity_label_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_affinity_label_info instead.
    ovirt_api_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_api_info instead.
    ovirt_cluster_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_cluster_info instead.
    ovirt_datacenter_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_datacenter_info instead.
    ovirt_disk_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_disk_info instead.
    ovirt_event_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_event_info instead.
    ovirt_external_provider_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_external_provider_info instead.
    ovirt_group_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_group_info instead.
    ovirt_host_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_host_info instead.
    ovirt_host_storage_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_host_storage_info instead.
    ovirt_network_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_network_info instead.
    ovirt_nic_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_nic_info instead.
    ovirt_permission_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_permission_info instead.
    ovirt_quota_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_quota_info instead.
    ovirt_scheduling_policy_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_scheduling_policy_info instead.
    ovirt_snapshot_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_snapshot_info instead.
    ovirt_storage_domain_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_storage_domain_info instead.
    ovirt_storage_template_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_storage_template_info instead.
    ovirt_storage_vm_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_storage_vm_info instead.
    ovirt_tag_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_tag_info instead.
    ovirt_template_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_template_info instead.
    ovirt_user_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_user_info instead.
    ovirt_vm_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_vm_info instead.
    ovirt_vmpool_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use ovirt.ovirt.ovirt_vmpool_info instead.
    postgresql_copy:
      redirect: community.postgresql.postgresql_copy
    postgresql_db:
      redirect: community.postgresql.postgresql_db
    postgresql_ext:
      redirect: community.postgresql.postgresql_ext
    postgresql_idx:
      redirect: community.postgresql.postgresql_idx
    postgresql_info:
      redirect: community.postgresql.postgresql_info
    postgresql_lang:
      redirect: community.postgresql.postgresql_lang
    postgresql_membership:
      redirect: community.postgresql.postgresql_membership
    postgresql_owner:
      redirect: community.postgresql.postgresql_owner
    postgresql_pg_hba:
      redirect: community.postgresql.postgresql_pg_hba
    postgresql_ping:
      redirect: community.postgresql.postgresql_ping
    postgresql_privs:
      redirect: community.postgresql.postgresql_privs
    postgresql_publication:
      redirect: community.postgresql.postgresql_publication
    postgresql_query:
      redirect: community.postgresql.postgresql_query
    postgresql_schema:
      redirect: community.postgresql.postgresql_schema
    postgresql_sequence:
      redirect: community.postgresql.postgresql_sequence
    postgresql_set:
      redirect: community.postgresql.postgresql_set
    postgresql_slot:
      redirect: community.postgresql.postgresql_slot
    postgresql_subscription:
      redirect: community.postgresql.postgresql_subscription
    postgresql_table:
      redirect: community.postgresql.postgresql_table
    postgresql_tablespace:
      redirect: community.postgresql.postgresql_tablespace
    postgresql_user:
      redirect: community.postgresql.postgresql_user
    postgresql_user_obj_stat_info:
      redirect: community.postgresql.postgresql_user_obj_stat_info
    purefa_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use purestorage.flasharray.purefa_info instead.
    purefb_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use purestorage.flashblade.purefb_info instead.
    python_requirements_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.python_requirements_info instead.
    redfish_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.redfish_info instead.
    sapcar_extract:
      redirect: community.sap_libs.sapcar_extract
    sap_task_list_execute:
      redirect: community.sap_libs.sap_task_list_execute
    scaleway_image_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.scaleway_image_info instead.
    scaleway_ip_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.scaleway_ip_info instead.
    scaleway_organization_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.scaleway_organization_info instead.
    scaleway_security_group_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.scaleway_security_group_info instead.
    scaleway_server_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.scaleway_server_info instead.
    scaleway_snapshot_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.scaleway_snapshot_info instead.
    scaleway_volume_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.scaleway_volume_info instead.
    sf_account_manager:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use netapp.elementsw.na_elementsw_account instead.
    sf_check_connections:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use netapp.elementsw.na_elementsw_check_connections instead.
    sf_snapshot_schedule_manager:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use netapp.elementsw.na_elementsw_snapshot_schedule instead.
    sf_volume_access_group_manager:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use netapp.elementsw.na_elementsw_access_group instead.
    sf_volume_manager:
      tombstone:
        removal_version: 2.0.0
        warning_text: Use netapp.elementsw.na_elementsw_volume instead.
    smartos_image_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.smartos_image_info instead.
    vertica_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.vertica_info instead.
    webfaction_app:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on HTTPS APIs that do not exist anymore and
          there is no clear path to update.
    webfaction_db:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on HTTPS APIs that do not exist anymore and
          there is no clear path to update.
    webfaction_domain:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on HTTPS APIs that do not exist anymore and
          there is no clear path to update.
    webfaction_mailbox:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on HTTPS APIs that do not exist anymore and
          there is no clear path to update.
    webfaction_site:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module relied on HTTPS APIs that do not exist anymore and
          there is no clear path to update.
    xenserver_guest_facts:
      tombstone:
        removal_version: 3.0.0
        warning_text: Use community.general.xenserver_guest_info instead.
  doc_fragments:
    rackspace:
      tombstone:
        removal_version: 9.0.0
        warning_text: This doc fragment was used by rax modules, that relied on the deprecated
          package pyrax.
    _gcp:
      redirect: community.google._gcp
    docker:
      redirect: community.docker.docker
    hetzner:
      redirect: community.hrobot.robot
    kubevirt_common_options:
      redirect: community.kubevirt.kubevirt_common_options
    kubevirt_vm_options:
      redirect: community.kubevirt.kubevirt_vm_options
    nios:
      redirect: infoblox.nios_modules.nios
    postgresql:
      redirect: community.postgresql.postgresql
  module_utils:
    rax:
      tombstone:
        removal_version: 9.0.0
        warning_text: This module util relied on the deprecated package pyrax.
    docker.common:
      redirect: community.docker.common
    docker.swarm:
      redirect: community.docker.swarm
    gcdns:
      redirect: community.google.gcdns
    gce:
      redirect: community.google.gce
    gcp:
      redirect: community.google.gcp
    hetzner:
      redirect: community.hrobot.robot
    kubevirt:
      redirect: community.kubevirt.kubevirt
    net_tools.nios.api:
      redirect: infoblox.nios_modules.api
    postgresql:
      redirect: community.postgresql.postgresql
    remote_management.dellemc.dellemc_idrac:
      redirect: dellemc.openmanage.dellemc_idrac
    remote_management.dellemc.ome:
      redirect: dellemc.openmanage.ome
  inventory:
    docker_machine:
      redirect: community.docker.docker_machine
    docker_swarm:
      redirect: community.docker.docker_swarm
    kubevirt:
      redirect: community.kubevirt.kubevirt
  filter:
    path_join:
      # The ansible.builtin.path_join filter has been added in ansible-base 2.10.
      # Since plugin routing is only available since ansible-base 2.10, this
      # redirect will be used for ansible-base 2.10 or later. This was mostly
      # relevant before community.general 5.0.0, when community.general also
      # supported Ansible 2.9. Back then, the included path_join filter was used
      # for Ansible 2.9 or earlier. Now we only will have the redirect until we
      # eventually will deprecate and then remove it.
      redirect: ansible.builtin.path_join