Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Implementing OpenShift

You're reading from   Implementing OpenShift The cloud is a liberating environment when you learn to master OpenShift. Follow this practical tutorial to develop and deploy applications in the cloud and use OpenShift for your own Platform-as-a-Service.

Arrow left icon
Product type Paperback
Published in Oct 2013
Publisher Packt
ISBN-13 9781782164722
Length 116 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Adam Miller Adam Miller
Author Profile Icon Adam Miller
Adam Miller
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Ansible


Ansible (https://github.com/ansible/ansible) is a simple, yet advanced, open source system orchestration utility that offers the ability to run ad-hoc commands across a large number of hosts in parallel, to orchestrate sets of commands, as well as configure management. Ansible has a very large set of modules for automating a multitude of tasks (http://www.ansibleworks.com/docs/modules.html). When utilizing a module to perform something, this is known as a Task, as we will learn shortly. We can combine these Tasks into what is known in Ansible nomenclature as a Play and these can be combined into what Ansible calls Playbooks. We can then run Playbooks using the ansible-playbook command. For those in the DevOps arena unfamiliar with Ansible, fear not as it is the new kid on the block and easy to learn, as we will see shortly. Now, don't let the fact that Ansible is new be a cause for concern as the open source project won the Black Duck Open Source Rookie of the Year 2012 award (http...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image