-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from odidev/ansible
Add ansible file
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Ansible | ||
category: DevOps | ||
description: Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. | ||
download_url: https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 2.4.0 | ||
release_date: 15/08/2017 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://www.ansible.com/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: https://learn.arm.com/install-guides/ansible/ | ||
partner_content: https://amperecomputing.com/solution/ansible/regression-results | ||
official_docs: https://www.redhat.com/fr/blog/red-hat-enterprise-linux-arm-now-supported-aws?source=author&term=25831 | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: https://www.ansible.com/blog/whats-new-in-ansible-automation-platform-2.4 | ||
release_notes__recommended_minimum: | ||
other_info: | ||
|
||
--- |