Ansible: Up and Running

Ansible: Up and Running

Tags
Book Review
Published
2019-01-26
Author
Man Parvesh Singh Randhawa
I recently finished reading the book “Ansible: Up and Running” by Lorin Hochstein and Rene Moser. Ansible has become an essential part of the deployment workflow of a large number of software corporations today. I wanted to learn more about ansible and how I could exploit its features to the fullest, so I decided to start reading this book.
The book is written for a person who is interested in getting hands-on exposure to anyone interested in Ansible. The authors will help you develop an understanding of Ansible from the ground up, with proper examples on how to use it.
Things I liked about the book:
  1. A proper introduction to ansible
  1. Practical examples
  1. Well written and working code examples
  1. AWS related codes
  1. Information on docker and containers
  1. A chapter on using Vagrant
  1. Chapters on optimizing playbooks and scaling up
All in all, the book was helpful for me to get an understanding of the powerful automation tool by Red Hat and obtain an idea of how I could integrate the knowledge I gained from it to use not only at work but also in my side projects.