Ansible Inventory File Options

Inventory file or folder inventory = ~/.ansible/hosts Inventory path can be a folder or a file. As a file you have everything withing a single file. localhost ansible_connection=local [jenkinsgroup] jenkins [webgroup] web01 php_version=’7.1′ [demogroup:children] jenkinsgroup webgroup As a folder you can make many inventory files … “Ansible Inventory File Options”

Read More