Cantitate/Preț
Produs

Red Hat Certified Engineer (RHCE) Study Guide: Ansible Automation for the Red Hat Enterprise Linux 8 Exam (EX294)

Autor Andrew Mallett
en Limba Engleză Paperback – 13 mar 2021
Study the material in this book to prepare for the RHCE exam EX294 and to learn how using Ansible within your own environment improves system administration productivity. This book covers all of the objectives of the exam and extends further, ensuring that you know how to use Ansible to manage Linux. The book uses CentOS, a Red Hat-based distribution, and Ubuntu instead of using a single Red Hat distribution. By using the two distributions, you will understand the power of Ansible and how easily you can deal with multiple platforms, which is crucial for your understanding of Ansible in the real world.
The book assumes no previous knowledge of Ansible but some knowledge of Linux system administration from the command line. You will learn how to manage Linux systems that are installed with different distributions, including CentOS Enterprise Linux 8 and Ubuntu 18.04. You will be able to manage these systems using ad hoc commands from the command line as well as creatingAnsible playbooks that can be replayed reliably many times. To save on the code that you have to create, you will learn how to use Ansible Galaxy to search for and download roles and collections that are pre-written to manage elements of your Linux installations. By the end of this book, you will be able to write efficient and effective YAML playbooks to manage your entire estate.


What You Will Learn
  • Prepare systems so that password-less access can be used with Ansible remotely
  • Use ad hoc commands to quickly configure systems
  • Use and format YAML files correctly
  • Create playbooks that grow in their complexity as your experience develops
  • Ensure that services are restarted on configuration changes


Who This Book Is For

Those who want to prepare for the RHCE exam EX294 and readers who want to learn how to use Ansible to improve the productivity of their system administration. This book will help you prepare yourself for the exam as well as your real-life administration needs.
Citește tot Restrânge

Preț: 21191 lei

Preț vechi: 26489 lei
-20% Nou

Puncte Express: 318

Preț estimativ în valută:
4056 4218$ 3399£

Carte disponibilă

Livrare economică 20 februarie-06 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484268605
ISBN-10: 1484268601
Pagini: 227
Ilustrații: XVI, 227 p. 4 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.35 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

Chapter 1:  Understanding Ansible and the Red Hat RHCE.- Chapter 2: Working with the Ansible Configuration.- Chapter 3: Creating an Ansible Inventory.- Chapter 4: Using ad hoc Commands and Ansible Preparation.- Chapter 5: Writing YAML and Basic Playbooks.- Chapter 6: Managing Users with Ansible Playbooks.- Chapter 7: Working with Variables and Facts.- Chapter 8: Working with Files and Templates.- Chapter 9: Managing Services Using Ansible.- Chapter 10: Securing Sensitive Data with Ansible Vault.- Chapter 11: Implementing a Full Apache Deployment.- Chapter 12: Simplifying Playbooks Using Roles.- Chapter 13: Downloading Roles.- Chapter 14: Configuring Storage with Ansible.- Chapter 15: Managing Scheduled Tasks with Ansible.

Notă biografică

Andrew Mallett is a well-known Linux consultant and trainer, and his YouTube Channel has over 65K subscribers and more than 1,000 videos. Working mainly online now, he has authored courses on both Pluralsight and Udemy, and regularly teaches classes online to a worldwide audience. Andrew is familiar with Linux and UNIX and has worked with them for over 20 years. Scripting and automation is one of his passions as he is inherently lazy and will always seek the most effective way of getting the job done. The Urban Penguin, his alter ego, is a UK-based company where he creates his work and currently employs five people.

Textul de pe ultima copertă

Study the material in this book to prepare for the RHCE exam EX294 and to learn how using Ansible within your own environment improves system administration productivity. This book covers all of the objectives of the exam and extends further, ensuring that you know how to use Ansible to manage Linux. The book uses CentOS, a Red Hat-based distribution, and Ubuntu instead of using a single Red Hat distribution. By using the two distributions, you will understand the power of Ansible and how easily you can deal with multiple platforms, which is crucial for your understanding of Ansible in the real world.
The book assumes no previous knowledge of Ansible but some knowledge of Linux system administration from the command line. You will learn how to manage Linux systems that are installed with different distributions, including CentOS Enterprise Linux 8 and Ubuntu 18.04. You will be able to manage these systems using ad hoc commands from the command line as well as creating Ansible playbooks that can be replayed reliably many times. To save on the code that you have to create, you will learn how to use Ansible Galaxy to search for and download roles and collections that are pre-written to manage elements of your Linux installations. By the end of this book, you will be able to write efficient and effective YAML playbooks to manage your entire estate.
You will:
  • Prepare systems so that password-less access can be used with Ansible remotely
  • Use ad hoc commands to quickly configure systems
  • Use and format YAML files correctly
  • Create playbooks that grow in their complexity as your experience develops
  • Ensure that services are restarted on configuration changes



Caracteristici

Covers the objectives of the exam and extends beyond them Includes all aspects of Linux and configuration management systems, including Ansible, Puppet, and Salt Provides practical examples to use in your own environment Provides practical tips, including simple Python scripts and C programs you can use to enhance Ansible