Provisional Schedule - Subject to change.
Time | Topic |
09:00 - 13:00 | -- Main Track -- |
13:00 - 14:00 | !!! LUNCH !!! |
14:00 - 13:00 | Introduction to Ansible (Mattias Gees) |
14:00 - 13:00 | Ansible Open Space Q&A |
16:00 - 17:00 | Pull the shell OUT of your pipelines (Matt Urbanski) |
17:00 - 18:00 | Ansible, why and how I use it (Ton Kersten) |
Time | Topic |
9:30 - 12:00 | Ansible Workshop (Jeroen Hoekx - Dag Wieers) |
12:00 - 13:00 | !!! Lunch !!! |
13:00 - 14:00 | Ansible Roles and Inventories (Vincent Van der Kussen) |
14:00 - 15:00 | Ansible as VM Lifecycle Manager (Toshaan Bharvani) |
15:00 - 16:00 | Modelling infrastructure with ansible inventory data (Serge Van Ginderachter) |
16:00 - 17:00 | How to integrate ansible into your own management framework (Jochen Maes) |
Ansible is a radically simple IT orchestration engine that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications. Automate in a language that approaches plain English, using SSH, with no agents to install on remote systems.
Ansible can automate and orchestrate:
Ansible provides the power you need to deploy multi-tier applications reliably and consistently at scale.Ansible’s simple descriptions of tasks is easy to read by anyone on the release team and up and down the management chain, making orchestrating a release a cinch.
Ansible configurations are simple data descriptions of your infrastructure (both human-readable and machine-parsable)—everyone on your team will be able to understand the meaning of each configuration task. New team members will be able to quickly dive in and make an impact. You will deploy infrastructure changes and new services faster and free up cycles to attend to more critical work. Ansible requires nothing more than a password or SSH key in order to start managing systems and does so without installing any agent software.
The absolute requirement in a Continuous Deployment system is the ability to finely orchestrate rolling updates among various architecture tiers in an application. Ansible’s unique multi-tier, multi-step orchestration capabilities, combined with its push-based architecture and “batteries included” library of powerful modules, allows for extremely rapid execution of these types of complex workflows.