Skip to main content

Author: Kirill Satarin

ARA Ansible for the team

ARA (ARA Records Ansible) is an Ansible development tool that makes it much easier to understand, troubleshoot and debug Ansible content during development process. This tool can also help you to collaborate with your team members on Ansible content development. This talk will cover the following topics: What is ARA and how it works How to set up ARA in your environment. How to use ARA to understand, troubleshoot and debug Ansible content. How to use ARA to collaborate with your team members on Ansible content development. How to integrate ARA into your CI/CD pipeline. How to use ARA to track changes in your Ansible content.

Functional programming design patterns in Ansible code

Ansible yaml code is easy to write but hard to understand and reason about, hard to maintain, debug and test. All of this until you take a functional programming perspective look at an Ansible code. Concepts from functional programming like pure functions, effects, composition, lazy evaluations and others are very much applicable and very useful in Ansible.Allow me to show you how concepts from functional programming can help you simplify Ansible content development, make your Ansible content bullet proof tested, easy to maintain, understand and reuse. This talk does not require any prior knowledge of functional programming. It is designed to be useful to both beginners and experienced Ansible content developers.

Ansible Molecule for DevOps

In this lightning talk I will present Ansible Molecule driver that allows quickly provision infrastructure on major cloud providers from YAML file. Created landscape may include disks, shared storage, networks, all in different regions. Additional operations on provisioned landscape are possible - backup, restore, deallocation, allocation. Author will share how he and team used Ansible Molecule to test complex Ansible role in DevOps manner. Expected that participants are interested in quick and easy ways to provision compute infrastructure on major cloud providers and will be using presented tools after.