Inventories

Inventories store information on the hosts we want to run our playbooks against. Those files can be pre-loaded from GitHub, statically or dynamically created.

Depending on the demo we use dynamic or static inventories. It is recommended to store environment or connection specific variables at the inventory level.

localhost entry

Create host localhost with the following host variables

ansible_connection: local
ansible_python_interpreter: ''

Infrastructure specific setup

Select infrastructure specific setup


Table of contents