search
Subscription
0
cart
close
You have no products in your basket yet
left
Tech Categories
Tech Categories
Data Web Development Programming Cloud and Networking Security Game Development Mobile IoT and Hardware Business and Other
Best Sellers
Tech Categories
Data Web Development Programming Cloud and Networking Security Game Development Mobile IoT and Hardware Business and Other
Best Sellers
New Releases
Tech Categories
Data Web Development Programming Cloud and Networking Security Game Development Mobile IoT and Hardware Business and Other
New Releases
Books
Tech Categories
Data Web Development Programming Cloud and Networking Security Game Development Mobile IoT and Hardware Business and Other
Popular Books
Videos
Tech Categories
Data Web Development Programming Cloud and Networking Security Game Development Mobile IoT and Hardware Business and Other
Popular Videos
Audiobooks
Tech Categories
Data Web Development Programming Cloud and Networking Security Game Development Mobile IoT and Hardware Business and Other
Popular Audiobooks
Articles
Newsletters
right
Ansible for Real-Life Automation

Ansible for Real-Life Automation: A complete Ansible handbook filled with practical IT automation use cases

By Gineesh Madapparambath
£25.99 £17.99
Book Sep 2022 480 pages 1st Edition
eBook
£25.99 £17.99
Print
£31.99
Subscription
£13.99 Monthly
eBook
£25.99 £17.99
Print
£31.99
Subscription
£13.99 Monthly

What do you get with eBook?

Feature icon Instant access to your Digital eBook purchase
Feature icon Download this book in EPUB and PDF formats
Feature icon Access this title in our online reader with advanced features
Feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : Sep 30, 2022
Length 480 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781803235417
Concepts :
toc View table of contents toc Preview Book toc Download Code

Key benefits

  • Develop Ansible automation use cases by automating day-to-day IT and application operations
  • Use Ansible to automate private and public cloud, application containers, and container platforms
  • Improve your DevOps workflow with Ansible

Description

Get ready to leverage the power of Ansible’s wide applicability to automate and manage IT infrastructure with Ansible for Real-Life Automation. This book will guide you in setting up and managing the free and open source automation tool and remote-managed nodes in the production and dev/staging environments. Starting with its installation and deployment, you’ll learn automation using simple use cases in your workplace. You’ll go beyond just Linux machines to use Ansible to automate Microsoft Windows machines, network devices, and private and public cloud platforms such as VMWare, AWS, and GCP. As you progress through the chapters, you’ll integrate Ansible into your DevOps workflow and deal with application container management and container platforms such as Kubernetes. This Ansible book also contains a detailed introduction to Red Hat Ansible Automation Platform to help you get up to speed with Red Hat AAP and integration with CI/CD and ITSM. What’s more, you’ll implement efficient automation solutions while learning best practices and methods to secure sensitive data using Ansible Vault and alternatives to automate non-supported platforms and operations using raw commands, command modules, and REST API calls. By the end of this book, you’ll be proficient in identifying and developing real-life automation use cases using Ansible.

What you will learn

Explore real-life IT automation use cases and employ Ansible for automation Develop playbooks with best practices for production environments Approach different automation use cases with the most suitable methods Use Ansible for infrastructure management and automate VMWare, AWS, and GCP Integrate Ansible with Terraform, Jenkins, OpenShift, and Kubernetes Manage container platforms such as Kubernetes and OpenShift with Ansible Get to know the Red Hat Ansible Automation Platform and its capabilities

What do you get with eBook?

Feature icon Instant access to your Digital eBook purchase
Feature icon Download this book in EPUB and PDF formats
Feature icon Access this title in our online reader with advanced features
Feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : Sep 30, 2022
Length 480 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781803235417
Concepts :

Table of Contents

22 Chapters
Preface Packt Packt
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Download the color images
Conventions used
Get in touch
Share Your Thoughts
Part 1: Using Ansible as Your Automation Tool Packt Packt
Part 1: Using Ansible as Your Automation Tool
Chapter 1: Ansible Automation – Introduction Packt Packt
Chapter 1: Ansible Automation – Introduction
Technical requirements
Hello engineers!
What is Ansible? Where should I use this tool?
Installing Ansible
Configuring your managed nodes
Summary
Further reading
Chapter 2: Starting with Simple Automation Packt Packt
Chapter 2: Starting with Simple Automation
Technical requirements
Identifying manual tasks to be automated
Finding the Ansible modules to use
Configuring your text editor for Ansible
Connecting to remote nodes
Summary
Further reading
Chapter 3: Automating Your Daily Jobs Packt Packt
Chapter 3: Automating Your Daily Jobs
Technical requirements
Using Ansible to collect server details
Collecting system information
System scanning and remediation using Ansible
Automated weekly system reboot using Ansible
Automating notifications
Summary
Further reading
Chapter 4: Exploring Collaboration in Automation Development Packt Packt
Chapter 4: Exploring Collaboration in Automation Development
Technical requirements
The importance of version control in IT automation
Where should I keep automation artifacts?
Managing automation content in a Git server
Collaboration is the key to automation
Summary
Further reading
Part 2: Finding Use Cases and Integrations Packt Packt
Part 2: Finding Use Cases and Integrations
Chapter 5: Expanding Your Automation Landscape Packt Packt
Chapter 5: Expanding Your Automation Landscape
Technical requirements
Finding your automation use cases in your day-to-day work
Automation feasibility and usability
Involving teams in the automation journey
Ansible dynamic inventory
Summary
Further reading
Chapter 6: Automating Microsoft Windows and Network Devices Packt Packt
Chapter 6: Automating Microsoft Windows and Network Devices
Technical requirements
Ansible remote connection methods
Automating Microsoft Windows servers using Ansible
Introduction to network automation
VyOS information gathering using Ansible
Creating ACL entries in a Cisco ASA device
Summary
Further reading
Chapter 7: Managing Your Virtualization and Cloud Platforms Packt Packt
Chapter 7: Managing Your Virtualization and Cloud Platforms
Technical requirements
Introduction to Infrastructure as Code
Managing cloud platforms using Ansible
Automating VMware vSphere resources using Ansible
Using Ansible as an IaC tool for AWS
Creating resources in GCP using Ansible
Summary
Further reading
Chapter 8: Helping the Database Team with Automation Packt Packt
Chapter 8: Helping the Database Team with Automation
Technical requirements
Ansible for database operations
Installing database servers
Creating and managing databases using Ansible
Automating PostgreSQL operations
Automating a password reset using ITSM and Ansible
Summary
Further reading
Chapter 9: Implementing Automation in a DevOps Workflow Packt Packt
Chapter 9: Implementing Automation in a DevOps Workflow
Technical requirements
A quick introduction to DevOps
Serving applications using a load balancer
Rolling updates using Ansible
Using Ansible as a provisioning tool in Terraform
Summary
Further reading
Chapter 10: Managing Containers Using Ansible Packt Packt
Chapter 10: Managing Containers Using Ansible
Technical requirements
Managing the container host
Ansible, containers, and CI/CD
Managing containers using Ansible
Managing container images using Ansible
Managing multi-container applications using Ansible
Summary
Further reading
Chapter 11: Managing Kubernetes Using Ansible Packt Packt
Chapter 11: Managing Kubernetes Using Ansible
Technical requirements
An introduction to Kubernetes
Managing Kubernetes clusters using Ansible
Configuring Ansible for Kubernetes
Deploying applications to Kubernetes using Ansible
Scaling Kubernetes applications
Executing commands inside a Kubernetes Pod
Summary
Further reading
Chapter 12: Integrating Ansible with Your Tools Packt Packt
Chapter 12: Integrating Ansible with Your Tools
Technical requirements
Introduction to Red Hat AAP
Red Hat AAP components
Database management using Red Hat AAP
Integrating Jenkins with AAP
Integrating an automation controller with Slack and notification services
Summary
Further reading
Chapter 13: Using Ansible for Secret Management Packt Packt
Chapter 13: Using Ansible for Secret Management
Technical requirements
Handling sensitive data in Ansible
Managing secrets using Ansible Vault
Using secrets in Ansible playbooks
Using Vault credentials in the Ansible Automation Platform
Summary
Further reading
Part 3: Managing Your Automation Development Flow with Best Practices Packt Packt
Part 3: Managing Your Automation Development Flow with Best Practices
Chapter 14: Keeping Automation Simple and Efficient Packt Packt
Chapter 14: Keeping Automation Simple and Efficient
Technical requirements
Utilizing surveys and automated inputs
Integrating Ansible with monitoring tools
Ansible for security automation
Ansible workflow templates
Summary
Chapter 15: Automating Non-Standard Platforms and Operations Packt Packt
Chapter 15: Automating Non-Standard Platforms and Operations
Technical requirements
Executing low-down raw commands
Using raw commands for network operations
Using API calls for automation
Creating custom modules for Ansible
Summary
Further reading
Chapter 16: Ansible Automation Best Practices for Production Packt Packt
Chapter 16: Ansible Automation Best Practices for Production
Technical requirements
Organizing Ansible automation content
Storing remote host information – inventory best practices
Ansible host variables and group variables
Ansible credentials best practices
Ansible playbook best practices
Summary
Further reading
Index Packt Packt
Index
Why subscribe?
Other Books You May Enjoy Packt Packt
Other Books You May Enjoy
Packt is searching for authors like you
Share Your Thoughts
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQS

How do I buy and download an eBook? Packt Packt

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Packt Packt

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Packt Packt
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Packt Packt

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Packt Packt
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Packt Packt

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.