Cargando…

Ansible Configuration Management.

Ansible Configuration Management"" is a step-by-step tutorial that teaches the use of Ansible for configuring Linux machines. This book is intended for anyone looking to understand the basics of Ansible. It is expected that you will have some experience of how to set up and configure Linux...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hall, Daniel
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2013.
Colección:Community experience distilled
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Ansible; Installation methods; Installing from your distribution; Installing from pip; Installing from the source code; Setting up Ansible; First steps with Ansible; Module help; Summary; Chapter 2: Simple Playbooks; The target section; The variable section; The task section; The handlers section; The playbook modules; The template module; The set_fact module; The pause module; The wait_for module; The assemble module; The add_host module.
  • The group_by moduleSummary; Chapter 3: Advanced Playbooks; Running operations in parallel; Looping; Conditional execution; Task delegation; Extra variables; The hostvars variable; The groups variable; The group_names variable; The inventory_hostname variable; The inventory_hostname_short variable; The inventory_dir variable; The inventory_file variable; Finding files with variables; Environment variables; External data lookups; Storing results; Debugging playbooks; The debug module; The verbose mode; The check mode; The pause module; Summary; Chapter 4: Larger Projects; Includes.
  • Task includesHandler includes; Playbook includes; Roles; New features in 1.3; Speeding things up; Tags; Ansible's pull mode; Summary; Chapter 5: Custom Modules; Writing a module in Bash; Using a module; Writing modules in Python; External inventories; Summary; Index.