Fix(domserver): php being php

This commit is contained in:
2025-04-06 19:05:13 +08:00
parent 21a5b1b4f6
commit 81c23bc103
7 changed files with 66 additions and 12 deletions

6
playbooks/domserver.yml Normal file
View File

@@ -0,0 +1,6 @@
---
- name: Install domserver
hosts: domserver
roles:
- role: install_packages
- role: configure_domserver

8
playbooks/uninstall.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: Uninstall domserver
hosts: domserver
tasks:
- name: Remove docker directory
ansible.builtin.file:
path: "{{ domjudge_base_dir }}"
state: absent