How To Use Conditionals in Ansible Playbooks
Learn how to use conditionals in Ansible playbooks to control task execution dynamically with the when keyword, variables, facts, and logical expressions.
Learn how to use conditionals in Ansible playbooks to control task execution dynamically with the when keyword, variables, facts, and logical expressions.
Define your infrastructure as code and prevent having to rebuild it when emergencies occur. See how easy it is to reproduce your infrastructure using Terraform.
<$>[note] [label Automatisieren der Servereinrichtung mit Ansible Workshop Kit-Materialien] Dieses Workshop Kit ist so konzipiert, dass es einem technischen Fachpublikum erlaubt, sich mit Konfigurationsmanagementkonzepten sowie der Verwendung von Ansible zur Automatisierung der…
This tutorial will walk you through the process of automating server provisioning using Chef, a powerful configuration management tool that leverages the Ruby programming language to automate infrastructure administration and provisioning. We will focus on the language terminology, syntax, and features necessary for creating a simplified example to fully automate the deployment of an Ubuntu 18.04 web server using Apache.
Vault, de Hashicorp, es una herramienta de código abierto que permite almacenar de forma segura datos secretos y sensibles en entornos dinámicos en la nube. Packer y Terraform, también…
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 are the files that Ansible uses to configure complex tasks.
Configuration management is an administrative concept that deals with managing multiple remote machines from a single server in an automated way. Ansible is a simple, but powerful configuration management system that communicates with and configures remote systems through simple SSH connections. In this guide, we will discuss how to install and configure an Ansible server that we can later use to control our hosts
Los sistemas de administración de configuraciones están diseñados para simplificar el proceso de control de un gran número de servidores, para los administradores y los equipos de operaciones. Le permiten controlar muchos sistemas diferentes de forma automatizada desde una…
Puppet is a configuration management tool that helps system administrators automate the provisioning, configuration and management of a server infrastructure. In this tutorial, we will demonstrate how to install open source Puppet 4 in a master-agent setup on Ubuntu 16.04. In this setup, the Puppet master server—which runs the Puppet Server software—can be used to control al
Structuring Terraform projects appropriately according to their use cases and perceived complexity is essential to ensure their maintainability and extensibility in day-to-day operations. In this tutorial, you’ll learn about structuring Terraform projects according to their general purpose and complexity. Then, you’ll create a project with a simple structure using the more common features of Terraform: variables, locals, data sources, and provisioners.