mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
15 lines
358 B
YAML
15 lines
358 B
YAML
- name: Start Server
|
|
hosts: all
|
|
become: true
|
|
|
|
tasks:
|
|
- name: Start Server | Include Preflight
|
|
include_tasks: ../tasks/preflight-checks.yml
|
|
|
|
- name: Start Server | Expand setting
|
|
include_tasks: ../tasks/expand-setting.yml
|
|
|
|
- name: Start Server | Include Start Tasks
|
|
include_tasks:
|
|
file: '../tasks/start-server.yml'
|