-
Notifications
You must be signed in to change notification settings - Fork 139
Expand file tree
/
Copy pathruntime.yml
More file actions
42 lines (42 loc) · 1.22 KB
/
runtime.yml
File metadata and controls
42 lines (42 loc) · 1.22 KB
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
---
# https://access.redhat.com/support/policy/updates/ansible-automation-platform
# https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
requires_ansible: ">=2.15.0" # AAP 2.4 or newer
action_groups:
eda:
- activation
- activation_info
- controller_token
- credential
- credential_info
- credential_type
- credential_type_info
- decision_environment
- decision_environment_info
- event_stream
- event_stream_info
- project
- project_info
- role_team_assignment
- role_user_assignment
- rulebook_info
- rulebook_activation
- rulebook_activation_copy
- rulebook_activation_info
- user
plugin_routing:
modules:
activation:
redirect: ansible.eda.rulebook_activation
deprecation:
removal_version: 4.0.0
warning_text: >-
activation has been renamed to rulebook_activation.
Please update your tasks.
activation_info:
redirect: ansible.eda.rulebook_activation_info
deprecation:
removal_version: 4.0.0
warning_text: >-
activation_info has been renamed to rulebook_activation_info.
Please update your tasks.