Skip to content
Snippets Groups Projects
production.ini 291 B
Newer Older
  • Learn to ignore specific revisions
  • Engin Yoeyen's avatar
    Engin Yoeyen committed
    # This is inventory file for production stage
    
    
    [examplePlay]
    examplePlay[000:000].prod.example.com
    
    Adham Helal's avatar
    Adham Helal committed
    
    
    [all:vars]
    
    Adham Helal's avatar
    Adham Helal committed
    # Sets the environment to development(dev) or production (prod) or test
    
    ansible_user=root
    ansible_python_interpreter=python2
    environment=prod
    
    [localhost]
    ansible_connection=local