Skip to main content

13 docs tagged with "automation"

View all tags

Ansible

Ansible is an open-source automation engine that automates software provisioning, configuration management, application deployment, and orchestration.

Ansible Molecule

A comprehensive guide to Ansible Molecule, a tool for developing and testing Ansible roles. Learn how to install Molecule, create roles, write tests, and integrate it into your CI/CD pipeline.

AWS CloudFormation

AWS CloudFormation is a service that helps you model and set up your Amazon Web Services resources so you can spend less time managing those resources and more time focusing on your applications that run in AWS. You create a template that describes all the AWS resources that you want, and CloudFormation takes care of provisioning and configuring those resources for you.

Chef

Chef is a powerful automation platform that transforms infrastructure into code. Automate how you build, deploy, and manage your infrastructure.

Dependabot

Dependabot automates dependency updates to keep your projects secure and up-to-date.

Karate DSL: Automating API and UI Testing

Karate DSL is an open-source test automation framework built on top of Java. It combines API test-automation, UI test-automation, mock services, and performance-testing into a single, unified framework. It's known for its simplicity, readability, and ease of use, making it a great choice for both developers and testers.

Linters in Go: Ensuring Code Quality and Consistency

Linters are static analysis tools that automatically check your code for potential errors, style violations, and suspicious constructs. They help improve code quality, maintainability, and consistency across a project. This document focuses on the use of linters in Go (Golang) development.

OpenAI Codex CLI

OpenAI Codex CLI is a lightweight coding agent that runs locally on your computer, providing AI-powered assistance directly in your terminal. It's part of OpenAI's suite of developer tools and integrates with your ChatGPT plan for seamless usage.

OpenTofu

OpenTofu is an open-source fork of Terraform that was created in response to HashiCorp's license change from MPL 2.0 to BSL 1.1. It maintains full compatibility with Terraform while being developed under the Mozilla Public License 2.0.

Rundeck

Rundeck is an open-source job scheduler and runbook automation system that lets you automate routine tasks and operational procedures.

Salt

Salt is an open-source configuration management and remote execution tool that enables you to manage and automate the configuration of servers and network devices. While primarily a configuration management tool, Salt can also be used for Infrastructure as Code (IaC) through its cloud provisioning capabilities.

Terraform

Terraform is an open-source Infrastructure as Code (IaC) tool created by HashiCorp that enables you to safely and predictably create, change, and improve infrastructure using a declarative configuration language.