infrastructure/playbooks/roles/minecraft_2/tasks/main.yml

12 lines
330 B
YAML
Raw Normal View History

2024-09-26 22:02:36 +00:00
---
- name: Set common facts
ansible.builtin.import_tasks: tasks/set-default-facts.yml
2024-10-13 19:48:04 +00:00
- name: Deploy {{ role_name }}
2024-09-26 22:02:36 +00:00
vars:
env: "{{ minecraft_2_env }}"
compose: "{{ minecraft_2_compose }}"
block:
- name: Import tasks to deploy common service
ansible.builtin.import_tasks: tasks/deploy-common-service.yml