Automated Setups

How To Test Your Ansible Deployment with InSpec and Kitchen — step-by-step Devops tutorial on Progressive Robot

How To Test Your Ansible Deployment with InSpec and Kitchen

InSpec is an open-source auditing and automated testing framework used to describe and test for regulatory concerns, recommendations, or requirements. It is designed to be human-readable and platform-agnostic. In this tutorial, you’ll write tests for your Ansible playbooks running on a the cloud provider Ubuntu 18.04 Droplet. You’ll use Kitchen as the test-runner and InSpec for writing the tests. By the end of this tutorial, you’ll be able to test your Ansible playbook deployment.

Read more
How to Use Ansible to Install and Set Up LEMP on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Use Ansible to Install and Set Up LEMP on Ubuntu 18.04

This guide explains how to use Ansible to automate the steps contained in our guide on How To Install Linux, Nginx, MySQL and PHP (LEMP) on Ubuntu 18.04. The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications. This is an acronym that describes a Linux operating system, with an Nginx (pronounced like “Engine-X”) web server. The backend data is stored in the MySQL database and the dynamic processing is handled by PHP.

Read more
How to Use Ansible to Automate Initial Server Setup on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Use Ansible to Automate Initial Server Setup on Ubuntu 18.04

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 guide explains how to use Ansible to automate the steps contained in our Initial Server Setup Guide for Ubuntu 18.04 servers.

Read more
Использование Cron для автоматизации задач в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Использование Cron для автоматизации задач в Ubuntu 18.04

Предыдущая версия данного обучающего руководства была написана Шоном Льюисом. Cron — это хронологический демон-планировщик задач, работающий в операционных системах типа Unix, включая дистрибутивы Linux. Cron запускается в фоновом режиме,…

Read more
CHAT