Ansible i Ansible About the Tutorial Ansible is simple open source IT engine which automates application deployment, intra service orchestration, cloud provisioning and many other IT tools. Audience This tutorial is prepared for the beginners to help them understand the basics of Ansible. It can also help as a guide to engineers. Prerequisites Before you start doing practice with various types of examples given in this tutorial, it is being assumed that you have hands-on experience with running commands into a Linux shell. This will help you the Ansible tasks in a better way. Copyright & Disclaimer Copyright 2016 ...
Zero Downtime Deployment with AnsibleZero Downtime Deployment with Ansible DevOps Pro Moscow 2016 @steinim stein.inge.morisbak@BEKK.no OPEN SlidesSlides http://steinim.github.io/slides/devopspro/zero-downtime-ansible/tutorial.html Source codeSource code git@github.com:steinim/zero-downtime-ansible.git What's a provisioning framework?What's a provisioning framework? Automated setup of servers Conguration as code Not immutable (in itself) ExamplesExamples Create users Install software Generate and manipulate cong les Start/stop/restart processes Set up dependencies between operations ...