1.

Record Nr.

UNINA9910483803803321

Autore

Sesto Vincent

Titolo

Practical ansible : configuration management from start to finish / / Vincent Sesto

Pubbl/distr/stampa

New York, New York State : , : APress, , [2021]

©2021

ISBN

1-4842-6485-1

Edizione

[1st ed. 2021.]

Descrizione fisica

1 online resource (XVIII, 261 p. 27 illus.)

Disciplina

005.1

Soggetti

Computer programming

Web Development

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Includes index.

Nota di contenuto

Chapter 1: Configuration Management With Ansible -- Chapter 2: Ansible Playbooks -- Chapter 3: Expanding Playbooks With Roles and Templates -- Chapter 4: Custom Ansible Modules, Vaults And Galaxay’s -- Chapter 5:Working with Ansible In The Cloud -- Chapter 6 : AWS Templates and CloudFormation Scripts -- Chapter 7: Ansible Testing And Variables.

Sommario/riassunto

Go from the basics of using Ansible to becoming proficient at implementing configuration management in your projects. This book uses a unique approach to teaching Ansible and configuration management while including realistic examples in its day-to-day use from server-based infrastructure to Amazon cloud-based deployments. Practical Ansible is separated into seven chapters that allow you to build your knowledge with each chapter, developing further as we move through the examples provided. It begins with the basics of Ansible, providing you with details on how to install and configure your environment while working with different Ansible modules from the command line. Next, it introduces you to working with Ansible tasks and organizing configuration code into playbooks. The book then shows you how to extend playbooks further, using roles and templates within the configuration code. Then, it extends your knowledge further by covering custom Ansible modules using Python and Linux shell scripts, and demonstrating how you can start to keep your secret



values encrypted and secure using Ansible Vault. You’ll also extend Ansible roles with the use of Ansible Galaxy to reuse existing roles other users have created. The second half of the book moves configuration management to the Amazon cloud providing an introduction on what Amazon Web Services are, and how you can start to work with Ansible roles in AWS. The AWS examples use EC2 and CloudFormation services with Ansible template functions, Ansible Pull, and Ansible Git code deployment. The final part of the book includes a demonstration on how to use the numerous tools available to both Ansible and supporting libraries and modules to allow you to troubleshoot and test your configuration code before you deploy your changes to production systems. By the end of this book, you will have the skills for managing technology configuration management. You will be ready to work on real-world projects and be able to implement Ansible in your own technology projects. You will: Understand the basics of Ansible and how to install and configure the application on your system Make changes to your system using Ansible directly in the command line using some of the more common Ansible modules Group your modules together as tasks in Ansible playbooks for more efficient deployment of configuration changes Use Ansible roles to help group and reuse configuration management changes and deployments Search for community-created roles using Ansible Galaxy and how you can also host your own Ansible roles Deploy code to Amazon Web Services and how to utilize different AWS services in your deployment projects Use external modules and libraries such as Molecule and Ansible Lint to help test your configurations before the configuration code is deployed .