Tag: Ansible
-
Ansible tutorial for beginners: Playbook & examples
Posted on February 27, 2022, Level beginner Resource Length medium
Ansible is one of the most used tools for managing cloud and on-premises infrastructure. If you are looking for a flexible and powerful tool to automate your infrastructure management and configuration tasks Ansible is the way to go. By Ioannis Moustakis.
Tags ansible software-architecture devops cio cicd
-
Five ways to get started with network automation
Posted on February 22, 2022, Level intermediate Resource Length medium
However, even though network automation has become increasingly popular, most organizations are still managing their network infrastructure manually by a CLI or GUI. Why is this? By Sean Cavanaugh.
Tags cloud devops cicd ansible
-
Introduction to ansible-test
Posted on December 23, 2021, Level beginner Resource Length medium
As automation becomes crucial for more and more business cases, there is an increased need to test the automation code itself. This is where ansible-test comes in: developers who want to test their Ansible Content Collections for sanity, unit and integration tests can use ansible-test to achieve testing workflows that integrate with source code repositories. By Anshul Behl.
Tags devops ansible tdd cloud
-
Why 2022 will be the year for edge automation
Posted on November 27, 2021, Level beginner Resource Length short
According to the Statista, in the Forecast number of mobile users worldwide 2020-2025 report, the number of mobile users worldwide reached 7.1 billion in 2021, and this number is projected to grow. This initiates a new set of use cases for edge devices due to the explosive growth of network-connected entry points. By Dafné Mendoza.
Tags devops cloud open-source ansible
-
Network MOP's as automated workflows
Posted on April 29, 2021, Level intermediate Resource Length long
While there are generic use-cases, the real value of automation is truly uncovered when you are able to translate your existing processes into automated workflows that need no human intervention in order to be executed. By Nicolas Leiva.
Tags cloud devops management ansible
-
Demystifying Ansible for Linux sysadmins
Posted on January 19, 2021, Level beginner Resource Length short
Taking the labor out of labor-intensive tasks is what Ansible is all about. Learn the basics here. By Pratheek Prabhakaran.
Tags ansible linux devops how-to
-
Migrating our Ansible roles to a collection
Posted on November 17, 2020, Level intermediate Resource Length short
An article by Sebastian Gumprich about their experience with decision to move their existing Ansible roles for Linux, ssh, nginx and MySQL into an Ansible collection. Collections are a distribution format for Ansible content that can include playbooks, roles, modules, and plugins.
Tags ansible web-development devops web-development app-development
-
Centralize your automation logs with Ansible Tower and Splunk Enterprise
Posted on July 15, 2020, Level intermediate Resource Length long
For many IT teams, automation is a core component these days. But automation is not something on it's own - it is a part of a puzzle and needs to interact with the surrounding IT. By Leonardo Araujo.
Tags python ansible devops analytics big-data
-
Getting started with the Ansible collection for NGINX controller
Posted on May 28, 2020, Level intermediate Resource Length long
Recently, NGINX announced the release of the Ansible collection for NGINX Controller. The collection contains a set of Ansible Roles that make it easy to incorporate NGINX Controller into your workflows. You can automate routine tasks such as generating ephemeral API tokens, managing certificate lifecycles, and configuring Controller objects (Gateways, Applications, and Components). By Brian Ehlert.
Tags nginx ansible programming devops
-
Test Ansible roles using Molecule and Podman
Posted on May 14, 2020, Level intermediate Resource Length medium
I needed to have testing added to Ansible roles. There are various people in the customer organization developing roles, and we want a lightweight, easy to use test process to unify the looks and quality of the roles. By Ilkka Tengvall.
Tags ansible devops infosec tdd cicd
-
Deploying complex apps to AWS with Terraform, Ansible, and Packer
Posted on March 7, 2020, Level intermediate Resource Length long
An article about how author has recently helped a client migrate a set of complex Ruby on Rails applications to AWS, deploying across multiple environments and regions. By Jake Morrison.
Tags devops aws cloud kubernetes ansible
-
How to use GitLab and Ansible to create infrastructure as code
Posted on July 5, 2019, Level intermediate Resource Length short
Sara Kassabian and Brad Downey wrote this piece for GitLab.com exploring GitLab CI and how this powerful tool can be used for a number of things, including infrastructure as code. GitLab is tool agnostic, but they use Ansible in this demonstration because it's a language commonly used by developers for infrastructure as code.
Tags ansible cicd devops