Skip to main content

Ansible

How to Manage Multistage Environments with Ansible
Tutorials Ansible Configuration Management
Introduction> Introduction # Ansible is a powerful configuration management system used to set up and manage infrastructure and applications in varied environments. While Ansible provides easy-to-read syntax, flexible workflows, and powerful tooling, it can be challenging to manage large numbers of hosts when they vary by deployment environment and functionality.
How To Create Ansible Playbooks to Automate System Configuration on Ubuntu
Tutorials Ansible Configuration Management Nginx Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How to Install and Configure Ansible on Ubuntu 18.04
Tutorials Ansible Configuration Management Ubuntu Ubuntu 18.04
Introduction> Introduction # Configuration management systems are designed to streamline the process of controlling large numbers of servers, for administrators and operations teams. They allow you to control many different systems in an automated way from one central location.
How To Configure Apache Using Ansible on Ubuntu 14.04
Tutorials Ansible Apache Configuration Management Ubuntu
Introduction> Introduction # Apache is one of the most popular web servers currently used on the Internet. It is easy to set up and configure on Linux distributions like Ubuntu and Debian, as it comes in the package repositories and includes a default configuration that works out of the box.
How To Create a Kubernetes Cluster Using Kubeadm on Ubuntu 18.04
Tutorials Ansible Docker Kubernetes Nginx Ubuntu 18.04
The author selected the Free and Open Source Fund to receive a donation as part of the Write for DOnations program. Introduction> Introduction # Kubernetes is a container orchestration system that manages containers at scale.
How To Use Ansible Vault to Protect Sensitive Playbook Data
Tutorials Ansible Configuration Management Security Ubuntu
Introduction> Introduction # Ansible Vault is a feature that allows users to encrypt values and data structures within Ansible projects. This provides the ability to secure any sensitive data that is necessary to successfully run Ansible plays but should not be publicly visible, like passwords or private keys.
How to Install and Configure Ansible on Ubuntu 16.04
Tutorials Ansible Configuration Management Ubuntu Ubuntu 16.04
Introduction> Introduction # Configuration management systems are designed to make controlling large numbers of servers easy for administrators and operations teams. They allow you to control many different systems in an automated way from one central location.
How to Install and Configure Ansible on Ubuntu 14.04
Tutorials Ansible Configuration Management Ubuntu
Introduction> Introduction # Configuration management systems are designed to make controlling large numbers of servers easy for administrators and operations teams. They allow you to control many different systems in an automated way from one central location.
Configuration Management 101: Writing Ansible Playbooks
Tutorials Ansible Automated Setups Configuration Management Getting Started
Introduction> Introduction # In a nutshell, server configuration management (also popularly referred to as IT Automation) is a solution for turning your infrastructure administration into a codebase, describing all processes necessary for deploying a server in a set of provisioning scripts that can be versioned and easily reused.
How to Use Ansible Roles to Abstract your Infrastructure Environment
Tutorials Ansible Configuration Management Ubuntu
Introduction> Introduction # Ansible is a configuration management tool that is designed to automate controlling servers for administrators and operations teams. With Ansible you can use a single central server to control and configure many different remote systems using SSH and Python as only requirements.
How To Deploy a Basic PHP Application Using Ansible on Ubuntu 14.04
Tutorials Ansible PHP Frameworks Ubuntu
Introduction> Introduction # This tutorial covers the process of provisioning a basic PHP application using Ansible. The goal at the end of this tutorial is to have your new web server serving a basic PHP application without a single SSH connection or manual command run on the target Droplet.
How to Install and Configure Ansible on CentOS 7
Tutorials Ansible CentOS Configuration Management
Introduction> Introduction # Configuration management systems are designed to make controlling large numbers of servers easy for administrators and operations teams. They allow you to control many different systems in an automated way from one central location.