Cantitate/Preț
Produs

Ansible for VMware by Examples: A Step-by-Step Guide to Automating Your VMware Infrastructure

Autor Luca Berton
en Limba Engleză Paperback – 3 dec 2022
Learn to use the Ansible open source IT automation tool to automate your VMware infrastructure. This book contains all of the obvious and not-so-obvious best practices of Ansible automation. Each lesson summarizes a specific use case for the modern VMware infrastructure and is focused on a single module from the most important parameter, including  live demo of code and real-life usage.
You'll configure the Ansible Controller to interact with VMware infrastructure using the “community.VMware” Ansible documentation collection and the appropriate Python libraries. Next, learn how to automate the creation of a virtual machine manually and from a template, start and stop using the shutdown and forced-power off a Virtual Machine, take and delete and snapshot, add a new hard disk and expand a currently attached hard disk, as well as gather information for data centers, clusters, host systems, and virtual machines. By the end of this book, you'll be well-versed in efficiently maintaining a VMware infrastructure with Ansible Automation. You'll also be able to save time and reduce manual errors using simple human-readable automation technology.
What You'll Learn
  • Automate your VMware infrastructure using Ansible code
  • Install Ansible in operating systems such as RedHat, Ubuntu, Fedora, etc.
  • Write and execute your first Ansible Playbook code 
  • Troubleshoot the most common error messages
Who This Book Is For 
IT professionals of every industry who would like a jargon-free understanding of Ansible technology, including VMware, Linux, and Windows Systems Administrators, DevOps professionals, thought leaders, and infrastructure-as-code enthusiasts.
Citește tot Restrânge

Preț: 29285 lei

Preț vechi: 36605 lei
-20% Nou

Puncte Express: 439

Preț estimativ în valută:
5605 5822$ 4655£

Carte disponibilă

Livrare economică 13-27 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484288788
ISBN-10: 1484288785
Pagini: 183
Ilustrații: XXIV, 183 p. 30 illus.
Dimensiuni: 178 x 254 mm
Greutate: 0.37 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

Chapter 1: Ansible for Beginners with Examples.- Chapter 2: Installing Ansible.- Chapter 3: Ansible for VMware.- Chapter 4: Closing Remarks.

Notă biografică

Luca Berton is an Ansible Automation Engineer of Red Hat, based in Brno - Czech Republic. With more than 15 years of experience as a System Administrator, he has strong expertise in Infrastructure Hardening and Automation. Enthusiast of the Open Source supports the community sharing his knowledge in different events of public access. Geek by nature, Linux by choice, Fedora of course.

Textul de pe ultima copertă

Learn to use the Ansible open source IT automation tool to automate your VMware infrastructure. This book contains all of the obvious and not-so-obvious best practices of Ansible automation. Each lesson summarizes a specific use case for the modern VMware infrastructure and is focused on a single module from the most important parameter, including  live demo of code and real-life usage.
You'll configure the Ansible Controller to interact with VMware infrastructure using the “community.VMware” Ansible documentation collection and the appropriate Python libraries. Next, learn how to automate the creation of a virtual machine manually and from a template, start and stop using the shutdown and forced-power off a Virtual Machine, take and delete and snapshot, add a new hard disk and expand a currently attached hard disk, as well as gather information for data centers, clusters, host systems, and virtual machines.
By the end of this book, you'll be well-versed in efficiently maintaining a VMware infrastructure with Ansible Automation. You'll also be able to save time and reduce manual errors using simple human-readable automation technology.


Caracteristici

Learn to connect your hosts to Ansible (Inventory) Review how to execute commands with Ansible (Playbook) on target nodes All codes are tested on 2022 against the most modern releases of Ansible and VMware