# This is inventory file for test stage

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

[localhost]
ansible_connection=local