Skip to content

Commit 3672426

Browse files
committed
Add Red Hat Ansible Automation Platform and modify Ansible
Signed-off-by: odidev <[email protected]>
1 parent 846034d commit 3672426

File tree

2 files changed

+32
-8
lines changed

2 files changed

+32
-8
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Red Hat Ansible Automation Platform
3+
vendor: Red Hat
4+
category: DevOps
5+
description: Red Hat Ansible Automation Platform is an enterprise-grade solution that unifies automation creation, management, and scaling across IT environments, enabling consistent and efficient operations at scale.
6+
product_url: https://www.redhat.com/en/technologies/management/ansible
7+
works_on_arm: true
8+
release_date_on_arm: 2023/06/27
9+
10+
11+
optional_info:
12+
homepage_url: https://www.redhat.com/en/technologies/management/ansible
13+
support_caveats:
14+
alternative_options:
15+
getting_started_resources:
16+
official_docs: https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/#Install
17+
arm_content:
18+
vendor_announcement: https://www.redhat.com/en/blog/whats-new-in-ansible-automation-platform-2.4
19+
20+
21+
optional_hidden_info:
22+
other_info:
23+
24+
---
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
name: Ansible
33
category: DevOps
4-
description: Ansible is a simple IT automation platform that makes your applications and systems easier to deploy and maintain.
5-
download_url: https://developers.redhat.com/products/ansible/download
4+
description: Ansible is an open-source IT automation tool that simplifies configuration management, application deployment, and workflow orchestration using human-readable playbooks to ensure systems remain in their desired state.
5+
download_url: https://github.com/ansible/ansible/releases
66
works_on_arm: true
77
supported_minimum_version:
8-
version_number: 2.4.0
9-
release_date: 2017/08/15
8+
version_number: 1.9.0.1
9+
release_date: 2015/03/26
1010

1111

1212
optional_info:
13-
homepage_url: https://www.ansible.com/
13+
homepage_url: https://ansible.com/
1414
support_caveats:
1515
alternative_options:
1616
getting_started_resources:
17-
official_docs: https://www.redhat.com/fr/blog/red-hat-enterprise-linux-arm-now-supported-aws?source=author&term=25831
17+
official_docs: https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-and-upgrading-ansible
1818
arm_content: https://learn.arm.com/install-guides/ansible/
1919
partner_content:
2020
arm_recommended_minimum_version:
@@ -25,8 +25,8 @@ optional_info:
2525

2626

2727
optional_hidden_info:
28-
release_notes__supported_minimum: https://www.ansible.com/blog/whats-new-in-ansible-automation-platform-2.4
28+
release_notes__supported_minimum:
2929
release_notes__recommended_minimum:
30-
other_info:
30+
other_info: There are no official release notes for Linux/Arm64. Ansible version 1.9.0.1 can be installed via pip, on Ubuntu 24.04.2 LTS Neoverse N1, with python 3.12.3.
3131

3232
---

0 commit comments

Comments
 (0)