Automate the container lifecycle from image build through cloud deployment using the automation language you already know.About This BookUse Ansible Container as an integral part of your workflow to increase flexibility and portability.Manage the container life cycle using existing Ansible roles and automate the entire container build, deployment and management process.A step-by-step guide that will get you up and running from building a simple container image to deploying a complex, multi-container app in the cloud.Who This Book Is ForThis book is aimed at DevOps engineers, administrators and developers who already have some familiarity with writing and running Ansible playbooks, and want to learn how to use Ansible to implement containerization.What You Will LearnIncrease your productivity by using Ansible roles to define and build imagesLearn how to work with Ansible Container to manage, test, and deploy your containerized applications.Increase the flexibility and portability of your applications by learning to use AnsibleDiscover how you can apply your existing Ansible roles to the image build processGet you up and running from building a simple container image to deploying a complex, multi-container app in the cloud.Take an indepth look at the architecture of Ansible Container, and learn how to build re-usable container images, reliably and efficiently.In DetailToday many organizations are adopting containerization and DevOps methodologies to improve the flexibility and reliability of deploying new applications. Building custom application containers often means leveraging brittle and oftentimes complex Dockerfiles that can lead to cumbersome, multi-layered containers. Ansible Container brings a new workflow for managing the development of containers from development all the way through to production. The goal of this book is to get you up and running with Ansible Container so that you can create container images from Ansible roles, run containers locally, and deploy them to the cloud.We'll progress from a simple, single container application, to a complex application consisting of multiple, connected containers. You'll learn how to run the application locally, how to deploy it to an OpenShift cluster running locally, and how to deploy it to a Kubernetes cluster running in the cloud. Along the way, you'll see how to use roles to define each image or micro-service, and how to share your completed project with the Ansible community. Next, you will be able to take full advantage of Ansible Container, and use it to automate the container lifecycle in your own projects.By the end of this book,you will gain mastery of the Ansible Container platform by building complex multi-container projects ready for deployment into production.Style and approachThis book will walk you through Ansible Containerization from building a simple container image to deploying a complex, multi-container app in the cloud. You will get an in-depth understanding of how to effectively manage containers using Ansible 2.