# This is inventory file for production stage

[examplePlay]
examplePlay[000:000].prod.example.com

[all:vars]
# Sets the environment to development(dev) or production (prod) or test
ansible_user=root
ansible_python_interpreter=python2
environment=prod

[localhost]
ansible_connection=local