更新时间:2021-07-09 18:40:01
封面
版权信息
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Chapter 1. System Architecture and Design of Ansible
Ansible version and configuration
Inventory parsing and data sources
Playbook parsing
Module transport and execution
Variable types and location
Accessing external data
Variable precedence
Summary
Chapter 2. Protecting Your Secrets with Ansible
Encrypting data at rest
Protecting secrets while operating
Chapter 3. Unlocking the Power of Jinja2 Templates
Control structures
Data manipulation
Comparing values
Chapter 4. Controlling Task Conditions
Defining a failure
Defining a change
Error recovery
Chapter 5. Composing Reusable Ansible Content with Roles
Task handler variable and playbook include concepts
Roles
Chapter 6. Minimizing Downtime with Rolling Deployments
In-place upgrades
Expanding and contracting
Failing fast
Minimizing disruptions
Serializing single tasks
Chapter 7. Troubleshooting Ansible
Playbook logging and verbosity
Variable introspection
Debugging code execution
Chapter 8. Extending Ansible
Developing modules
Developing plugins
Developing dynamic inventory plugins
Contributing to the Ansible project
Chapter 9. Infrastructure Provisioning
Managing cloud infrastructure
Interacting with Docker containers
Previewing of Ansible container