Skip to content

Commit 4628e9a

Browse files
buxellSergey Papyandteach-amzn
committed
feat(medialive): add Elemental MediaLive modules to community collection
Adds new modules for AWS Elemental MediaLive management: - medialive_sdi_source: Manage SDI source configurations - medialive_node: Handle node operations - medialive_network: Configure network settings - medialive_input: Manage input configurations - medialive_cluster: Control cluster operations - medialive_channel_placement_group: Manage channel placement groups This enhancement enables comprehensive management of MediaLive resources through Ansible automation, supporting bring-your-own-device Elemental Anywhere systems. Co-authored-by: Sergey Papyan <spapyan@amazon.com> Co-authored-by: David Teach <dteach@amazon.com> Co-authored-by: Brenton Buxell <buxell@amazon.com>
1 parent 95d8f6c commit 4628e9a

39 files changed

+14443
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
minor_changes:
2+
- medialive_cluster_info - New module for gathering info about AWS MediaLive Anywhere clusters
3+
- medialive_cluster - New module for managing AWS MediaLive Anywhere clusters
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
minor_changes:
2+
- medialive_network_info - New module for gathering info about AWS MediaLive Anywhere networks
3+
- medialive_network - New module for managing AWS MediaLive Anywhere networks
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
minor_changes:
2+
- medialive_sdi_source - New module for managing AWS MediaLive Anywhere SDI sources
3+
- medialive_sdi_source_info - New module for gathering info about AWS MediaLive Anywhere SDI sources

meta/runtime.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,19 @@ action_groups:
143143
- lightsail
144144
- lightsail_snapshot
145145
- lightsail_static_ip
146+
- medialive_channel_placement_group_info
147+
- medialive_channel_placement_group
148+
- medialive_cluster_info
149+
- medialive_cluster
150+
- medialive_network_info
151+
- medialive_network
152+
- medialive_node
153+
- medialive_node_info
154+
- medialive_node_registration
155+
- medialive_sdi_source
156+
- medialive_sdi_source_info
157+
- medialive_input
158+
- medialive_input_info
146159
- mq_broker
147160
- mq_broker_config
148161
- mq_broker_info

plugins/modules/medialive_channel.py

Lines changed: 7467 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)