- OpenStack Administration with Ansible
- Walter Bentley
- 129字
- 2021-07-23 14:37:19
Chapter 2. An Introduction to Ansible
This chapter will serve as a high-level overview of Ansible and the components that make up this open source configuration management tool. We will cover defining the Ansible components and their typical use, break down how to define variables for the roles, and defining and setting facts about the hosts for the playbooks. Next, we will transition into the ways with which you can define the host inventory used to run your playbooks against. Lastly, the chapter will wind up with a working example of a playbook that will confirm the required host connectivity needed to utilize Ansible. In this chapter, we will cover the following topics:
- Ansible overview
- What are playbooks, roles, and modules?
- Variables and facts
- Defining the inventory
推薦閱讀
- Java語言程序設計
- DevOps with Kubernetes
- arc42 by Example
- HTML5 Mobile Development Cookbook
- 游戲程序設計教程
- Learn WebAssembly
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- 琢石成器:Windows環境下32位匯編語言程序設計
- Apache Spark 2.x for Java Developers
- Android系統原理及開發要點詳解
- HTML5從入門到精通(第4版)
- Java Web應用開發項目教程
- Scala編程實戰
- Java EE 7 with GlassFish 4 Application Server
- 深入解析Java編譯器:源碼剖析與實例詳解