mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-01-26 11:14:04 +00:00
13 lines
291 B
YAML
13 lines
291 B
YAML
---
|
|
- name: Deploy tohtori
|
|
hosts: application
|
|
tasks:
|
|
- { include: roles/deploy/tasks/deploy.yml,
|
|
container_name: tohtori,
|
|
repository_url: 'git@github.com:koodiklinikka/tohtori.git',
|
|
port: 6666,
|
|
app_path: /opt/tohtori/tohtori,
|
|
user: web }
|
|
|
|
|