- Mastering OpenStack(Second Edition)
- Omar Khedher Chandan Dutta Chowdhury
- 149字
- 2021-07-02 23:52:47
Inventory
An inventory is a list of hosts that are managed by Ansible. The inventory list supports classifying hosts into groups. In its simplest form, an inventory can be an INI file. The groups are represented as sections on the INI file. The classification can be based on the role of the hosts or any other system management need. It is possible to have a host appearing in multiple groups in an inventory file. The following example shows a simple inventory of hosts:
logserver1.example.com
[controllers]
ctl1.example.com
ctl2.example.com
[computes]
compute1.example.com
compute2.example.com
compute3.example.com
compute[20:30].example.com
The inventory file supports special patterns to represent large groups of hosts.
Ansible expects to find the inventory file at /etc/ansible/hosts, but a custom location can be passed directly to the Ansible command line.
Ansible also supports dynamic inventories that can be generated by executing scripts or retrieved from another management system, such as a cloud platform.
- 傳感器技術實驗教程
- MicroPython Projects
- Expert AWS Development
- 大學計算機應用基礎
- 21天學通Visual C++
- Prometheus監控實戰
- Data Analysis with R(Second Edition)
- Kubernetes on AWS
- Eclipse RCP應用系統開發方法與實戰
- Appcelerator Titanium Smartphone App Development Cookbook(Second Edition)
- AVR單片機C語言程序設計實例精粹
- Arduino創意機器人入門:基于Mind+
- Office 2010輕松入門
- TensorFlow 2.0卷積神經網絡實戰
- SketchUp 2014 for Architectural Visualization(Second Edition)