Ansible

Ansible is an automation tool for server provisioning, configuration, and management. It allows you to organize your servers into groups, describe how those groups should be configured, and what actions should be taken on them, all from a central location.

Ansible Adhoc Commands - A Tutorial

In this tutorial, you'll learn about several Ansible adhoc commands which are used by system and devops engineers. Adhoc commands are commands which you run from the command line, outside of a playbook.

Automate Server Configuration with Ansible Playbooks

An introduction to configuration management with the Ansible IT automation platform including installation, configuration and playbook set up.

Getting Started With Ansible - Basic Installation and Setup

Ansible is an automation tool for server configuration, provisioning, and management. This guide shows how to use Ansible to perform basic configuration tasks on your Linodes as well as set up a simple web server.

How to use the Linode Ansible Module to Deploy Linodes

In this guide you learn how to deploy and manage Linodes using Ansible and the `linode_v4` module. You will also create an Ansible inventory for your Linode infrastructure using the dynamic inventory plugin for Linode.