mirror of https://gitlab.com/tildes/tildes.git
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
17 lines
336 B
; This inventory is used in GitLab CI.
|
|
; Ansible is run from the helper Docker container
|
|
; and accesses the main Tildes container over SSH.
|
|
|
|
[dev]
|
|
tildes-dev-main-container
|
|
|
|
[dev:vars]
|
|
ansible_user=vagrant
|
|
ansible_password=vagrant
|
|
|
|
[app_server]
|
|
tildes-dev-main-container
|
|
|
|
[app_server:vars]
|
|
ansible_user=vagrant
|
|
ansible_password=vagrant
|