-
Tutorial
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 c...
•
By
Stephen Rees-Carter, Mark Drake, Erika Heidi
Configuration Management
Ansible
Ubuntu
Ubuntu 18.04
-
Tutorial
Kubernetes is a container orchestration system that manages containers at scale. Initially developed by Google based on its experience running containers in production, Kubernetes is open source and actively developed...
•
By
bsder
Kubernetes
Docker
Ansible
Nginx
Ubuntu 18.04
-
Cheatsheet
Ansible is a modern configuration management tool that facilitates the task of setting up and maintaining remote servers.
This cheat sheet-style guide provides a quick reference to commands and practices commonly use...
•
By
Erika Heidi
Ansible
Configuration Management
-
Tutorial
Configuration management systems are designed to make controlling large numbers of servers easy for administrators and operations teams. While there are many popular configuration management systems available for Linu...
•
By
Brian Hogan
Ansible
Configuration Management
CentOS
-
Tutorial
Docker is an application that simplifies the process of managing application processes in containers. This guide explains how to use Ansible to automate the steps contained in our guide on How To Install and Use Docke...
•
By
Erika Heidi
Ansible
Docker
Ubuntu 18.04
Automated Setups
Configuration Management
-
This tutorial will walk you through the process of creating an automated server provisioning using Ansible, a configuration management tool that provides a complete automation framework and orchestration capabilities....
•
By
Erika Heidi
Configuration Management
Ansible
Getting Started
Automated Setups
-
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 automate...
•
By
Erika Heidi
Ansible
Ubuntu
Ubuntu 20.04
Configuration Management
-
Tutorial
Ansible is a flexible configuration management system that can be used to manage the configuration of remote hosts easily and automatically. In this guide, we will discuss the basics of how to use playbooks, which ar...
•
By
Justin Ellingwood
Ansible
Configuration Management
Nginx
Ubuntu
-
Tutorial
Ansible offers a simple architecture that doesn't require special software to be installed on nodes. It also provides a robust set of features and built-in modules which facilitate writing automation scripts. This gui...
•
By
Erika Heidi
Initial Server Setup
Ansible
Ubuntu 18.04
Automated Setups
-
Book
This book is designed to introduce you to using Ansible to manage your servers. You’ll learn how to install and configure Ansible on a control node, and then how to use it to configure and run commands on remote serve...
•
By
Erika Heidi
Books
Ansible
Configuration Management
-
Tutorial
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 tool...
•
By
Justin Ellingwood
Configuration Management
Ansible
-
Tutorial
Ansible Vault is a feature that allows users to encrypt values and data structures within Ansible projects. This provides the ability to secure sensitive data that may be necessary to successfully run Ansible plays, b...
•
By
Justin Ellingwood
Security
Ansible
Configuration Management
-
Tutorial
This tutorial will explore how to create roles with templates and static files. Once you are familiar with the fundamentals of building roles, we'll use Ansible Galaxy (https://galaxy.ansible.com/) to incorporate comm...
•
By
Justin Ellingwood, Jamon Camisso
Configuration Management
Ubuntu
Ansible
-
Ansible and Terraform are not competing solutions, as they resolve different phases of infrastructure and software deployment. In this tutorial, you'll deploy Droplets using Terraform, and then immediately after their...
•
By
Savic
Terraform
Ansible
Configuration Management
-
Tutorial
Kubernetes is a container orchestration system that manages containers at scale. In this guide, you will set up a Kubernetes cluster from scratch with Kubeadm and deploy containerized applications on it.
•
By
bsder
Kubernetes
Docker
Ansible
Nginx
CentOS
-
Tutorial series
Terraform is a popular open source Infrastructure as Code (IAC) tool that automates provisioning of your infrastructure in the cloud and manages the full lifecycle of all deployed resources, which are defined in sourc...
•
By
Savic, Mitchell Anicas and Brian Hogan
Terraform
Cloud Computing
Configuration Management
System Tools
API
Nginx
Load Balancing
DigitalOcean Managed Load Balancers
DNS
Apache
Python
DigitalOcean
Infrastructure
DigitalOcean Spaces
Ansible
DigitalOcean Managed PostgreSQL Database
-
Tutorial
Kubernetes is a container orchestration system that manages containers at scale. In this guide, you will set up a Kubernetes cluster from scratch with Kubeadm and deploy containerized applications on it.
•
By
bsder
Kubernetes
Docker
Ansible
Nginx
Ubuntu 16.04
-
Tutorial
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 c...
•
By
Stephen Rees-Carter
Configuration Management
Ansible
Ubuntu
Ubuntu 16.04
-
In this guide, we'll demonstrate how to create Ansible inventory files and organize servers into groups and subgroups, how to set up host variables, and how to use patterns to control the execution of Ansible commands...
•
By
Erika Heidi
Ansible
Configuration Management
-
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 connecti...
•
By
Stephen Rees-Carter
Ansible
PHP Frameworks
Ubuntu