Ansible inventory

Ansible host management is simpler by far than all other configuration management and orchestration tools. It is basically a simple .ini file that contains a list of IP addresses, fully qualified hostnames, or short hostnames of the host clients. It also sometimes contains extra variables that define some aspects about the hosts. Generally, hosts are organized in groups with the name of the group put on top between two square brackets, such as [Group1].

Adding a new host is as easy and simple as adding a new line to the host file, making sure it is in the right group and that it has the right variables needed to manage it.

In the default Ansible configuration file, the inventory file is located at /etc/ansible/hosts. It ...

Get Ansible Quick Start Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.