Ansiblefest 2020 hero logo.

< AnsibleFest 2020

How to speed up your modules

Very advanced / 30-minute Breakout session
Gonéri Le Bouder head shot

Gonéri Le Bouder

Log in to watch the session

Log in and click on the ‘Watch & Learn’ tab to add this video breakout sessions to your agenda.

Session abstract

Ansible recreates the execution context before the execution of each task. This is a bit problematic when the module takes time to initialize its environment by loading a large library or doing an authentication against a slow back-end. In this presentation, we’ll present a new solution to cache and reuse Python resources at the host level, and consequently, accelerate the module execution.

 

Session speaker

Gonéri Le Bouder head shot

Gonéri Le Bouder

Red Hat

Gonéri Le Bouder is a Software Engineer in the Ansible organization with a focus on the Cloud modules.

Automation-related content

ansible share image
Article
06/05/2023

How to create an EC2 instance in AWS using Ansible workflow

Learn how to simplify the process of creating EC2 instances in AWS by using workflow templates in Ansible Automation Platform. (Part 3 of 3)

ansible share image
Article
06/05/2023

How to create an EC2 instance in AWS using Ansible CLI

Learn how to streamline your infrastructure management workflows by creating an EC2 instance in AWS using the Ansible Automation Platform CLI. (Part 1

ansible share image
Article
06/05/2023

How to create an EC2 instance in AWS using Ansible automation

Learn how to use Ansible Automation Platform to automate the process of creating an EC2 instance in AWS, making it more efficient. (Part 2 of 3)

Java + Quarkus 2
Article
06/01/2023

Automate your Quarkus deployment using Ansible

Discover how to automate your Quarkus application deployment using the Ansible collection for Quarkus, which takes care of the heavy lifting for