How to Use Ansible to Install and Set Up LAMP on Ubuntu 18.04
Server automation now plays an essential role in systems administration, due to the disposable nature of modern application environments. Configuration management tools such…
Server automation now plays an essential role in systems administration, due to the disposable nature of modern application environments. Configuration management tools such…
Une version précédente de ce tutoriel a été rédigée par Shaun Lewis. Cron est un démon d’ordonnancement de tâches basé sur le temps que l’on trouve dans les systèmes d’exploitation de type Unix, y compris les distributions Linux. Cron…
O autor selecionou a Fundação Electronic Frontier para receber uma doação como parte do programa Write for DOnations. O Shipit é…
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.
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.
Shaun Lewis escreveu uma versão anterior deste tutorial. O Cron é um programa daemon de agendamento de trabalhos baseado em tempo, encontrado em sistemas operacionais do tipo Unix, incluindo as distribuições do Linux. O Cron executa em…
Автор выбрал фонд Electronic Frontier Foundation для получения пожертвований в рамках программы Write for DOnations. Shipit —…
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.
Server-Automatisierung spielt aufgrund der Löschbarkeit von modernen Anwendungsumgebungen eine wesentliche Rolle bei der Systemverwaltung. Konfigurationsverwaltungs-Tools wie…
Предыдущая версия данного обучающего руководства была написана Шоном Льюисом. Cron — это хронологический демон-планировщик задач, работающий в операционных системах типа Unix, включая дистрибутивы Linux. Cron запускается в фоновом режиме,…