|
1 | 1 | ---
|
2 |
| -requires_ansible: ">=2.15.0" |
| 2 | +requires_ansible: ">=2.16.0" |
3 | 3 | plugin_routing:
|
4 | 4 | action:
|
5 | 5 | grpc_config:
|
6 | 6 | redirect: ansible.netcommon.grpc
|
7 | 7 | grpc_get:
|
8 | 8 | redirect: ansible.netcommon.grpc
|
9 |
| - filter: |
10 |
| - cidr_merge: |
11 |
| - deprecation: |
12 |
| - removal_date: "2024-01-01" |
13 |
| - warning_text: Use 'ansible.utils.cidr_merge' module instead. |
14 |
| - redirect: ansible.utils.cidr_merge |
15 |
| - ipaddr: |
16 |
| - deprecation: |
17 |
| - removal_date: "2024-01-01" |
18 |
| - warning_text: Use 'ansible.utils.ipaddr' module instead. |
19 |
| - redirect: ansible.utils.ipaddr |
20 |
| - ipmath: |
21 |
| - deprecation: |
22 |
| - removal_date: "2024-01-01" |
23 |
| - warning_text: Use 'ansible.utils.ipmath' module instead. |
24 |
| - redirect: ansible.utils.ipmath |
25 |
| - ipwrap: |
26 |
| - deprecation: |
27 |
| - removal_date: "2024-01-01" |
28 |
| - warning_text: Use 'ansible.utils.ipwrap' module instead. |
29 |
| - redirect: ansible.utils.ipwrap |
30 |
| - ip4_hex: |
31 |
| - deprecation: |
32 |
| - removal_date: "2024-01-01" |
33 |
| - warning_text: Use 'ansible.utils.ip4_hex' module instead. |
34 |
| - redirect: ansible.utils.ipv4_hex |
35 |
| - ipv4: |
36 |
| - deprecation: |
37 |
| - removal_date: "2024-01-01" |
38 |
| - warning_text: Use 'ansible.utils.ipv4' module instead. |
39 |
| - redirect: ansible.utils.ipv4 |
40 |
| - ipv6: |
41 |
| - deprecation: |
42 |
| - removal_date: "2024-01-01" |
43 |
| - warning_text: Use 'ansible.utils.ipv6' module instead. |
44 |
| - redirect: ansible.utils.ipv6 |
45 |
| - ipsubnet: |
46 |
| - deprecation: |
47 |
| - removal_date: "2024-01-01" |
48 |
| - warning_text: Use 'ansible.utils.ipsubnet' module instead. |
49 |
| - redirect: ansible.utils.ipsubnet |
50 |
| - next_nth_usable: |
51 |
| - deprecation: |
52 |
| - removal_date: "2024-01-01" |
53 |
| - warning_text: Use 'ansible.utils.next_nth_usable' module instead. |
54 |
| - redirect: ansible.utils.next_nth_usable |
55 |
| - network_in_network: |
56 |
| - deprecation: |
57 |
| - removal_date: "2024-01-01" |
58 |
| - warning_text: Use 'ansible.utils.network_in_network' module instead. |
59 |
| - redirect: ansible.utils.network_in_network |
60 |
| - network_in_usable: |
61 |
| - deprecation: |
62 |
| - removal_date: "2024-01-01" |
63 |
| - warning_text: Use 'ansible.utils.network_in_usable' module instead. |
64 |
| - redirect: ansible.utils.network_in_usable |
65 |
| - reduce_on_network: |
66 |
| - deprecation: |
67 |
| - removal_date: "2024-01-01" |
68 |
| - warning_text: Use 'ansible.utils.reduce_on_network' module instead. |
69 |
| - redirect: ansible.utils.reduce_on_network |
70 |
| - nthhost: |
71 |
| - deprecation: |
72 |
| - removal_date: "2024-01-01" |
73 |
| - warning_text: Use 'ansible.utils.nthhost' module instead. |
74 |
| - redirect: ansible.utils.nthhost |
75 |
| - previous_nth_usable: |
76 |
| - deprecation: |
77 |
| - removal_date: "2024-01-01" |
78 |
| - warning_text: Use 'ansible.utils.previous_nth_usable' module instead. |
79 |
| - redirect: ansible.utils.previous_nth_usable |
80 |
| - slaac: |
81 |
| - deprecation: |
82 |
| - removal_date: "2024-01-01" |
83 |
| - warning_text: Use 'ansible.utils.slaac' module instead. |
84 |
| - redirect: ansible.utils.slaac |
85 |
| - hwaddr: |
86 |
| - deprecation: |
87 |
| - removal_date: "2024-01-01" |
88 |
| - warning_text: Use 'ansible.utils.hwaddr' module instead. |
89 |
| - redirect: ansible.utils.hwaddr |
90 |
| - macaddr: |
91 |
| - deprecation: |
92 |
| - removal_date: "2024-01-01" |
93 |
| - warning_text: Use 'ansible.utils.macaddr' module instead. |
94 |
| - redirect: ansible.utils.macaddr |
0 commit comments