mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-01-26 03:03:59 +00:00
8 lines
152 B
YAML
8 lines
152 B
YAML
---
|
|
- name: Deploy tohtori
|
|
hosts: application
|
|
vars_files:
|
|
- roles/tohtori/defaults/main.yml
|
|
tasks:
|
|
- include: roles/tohtori/tasks/build.yml
|