-
-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add new subcategory Animation Tools
feat: [ADD]-Sub Category- Automation Tools #2345
- Loading branch information
Showing
3 changed files
with
44 additions
and
1 deletion.
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
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,33 @@ | ||
[ | ||
{ | ||
"name": "Ansible Automation", | ||
"description": "Implement Ansible for streamlined automation of infrastructure and deployment.", | ||
"url": "https://www.ansible.com/", | ||
"category": "devops", | ||
"subcategory": "automation-tools" | ||
}, | ||
|
||
{ | ||
"name": "Terraform Infrastructure", | ||
"description": "Automate infrastructure provisioning with Terraform for scalable, consistent deployments.", | ||
"url": "https://www.terraform.io/", | ||
"category": "devops", | ||
"subcategory": "automation-tools" | ||
}, | ||
|
||
{ | ||
"name": "GitLab CI/CD", | ||
"description": "Automate testing, building, and deploying with GitLab CI/CD pipelines.", | ||
"url": "https://docs.gitlab.com/ee/ci/", | ||
"category": "devops", | ||
"subcategory": "automation-tools" | ||
}, | ||
|
||
{ | ||
"name": "Configuration Management with Puppet and Chef", | ||
"description": "Automate server configuration with Puppet and Chef for consistency and compliance.", | ||
"url": "https://www.puppet.com/", | ||
"category": "devops", | ||
"subcategory": "automation-tools" | ||
} | ||
] |
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