You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
336 B

  1. ; This inventory is used in GitLab CI.
  2. ; Ansible is run from the helper Docker container
  3. ; and accesses the main Tildes container over SSH.
  4. [dev]
  5. tildes-dev-main-container
  6. [dev:vars]
  7. ansible_user=vagrant
  8. ansible_password=vagrant
  9. [app_server]
  10. tildes-dev-main-container
  11. [app_server:vars]
  12. ansible_user=vagrant
  13. ansible_password=vagrant