- Mastering Ansible
- Jesse Keating
- 142字
- 2021-07-30 10:27:18
Chapter 1. System Architecture and Design of Ansible
This chapter provides a detailed exploration of the architecture and design of how Ansible goes about performing tasks on your behalf. We will cover basic concepts of inventory parsing and how the data is discovered, and then dive into playbook parsing. We will take a walk through module preparation, transportation, and execution. Lastly, we will detail variable types and find out where variables can be located, the scope they can be used for, and how precedence is determined when variables are defined in more than one location. All these things will be covered in order to lay the foundation for mastering Ansible!
In this chapter, we will cover the following topics:
- Ansible version and configuration
- Inventory parsing and data sources
- Playbook parsing
- Module transport and execution
- Variable types and locations
- Variable precedence
推薦閱讀
- 極簡算法史:從數學到機器的故事
- 小程序實戰視頻課:微信小程序開發全案精講
- Python進階編程:編寫更高效、優雅的Python代碼
- 軟件工程
- PhpStorm Cookbook
- Elasticsearch for Hadoop
- Java EE 8 Application Development
- The Professional ScrumMaster’s Handbook
- 零基礎學Java第2版
- Google Adsense優化實戰
- C/C++代碼調試的藝術(第2版)
- Java 9:Building Robust Modular Applications
- 劍指大數據:企業級電商數據倉庫項目實戰(精華版)
- Building Microservices with .NET Core 2.0(Second Edition)
- Getting Started with SQL Server 2014 Administration