Compare commits

..

1 Commits

Author SHA1 Message Date
aff00e56ad Feat(judgehost): test judgehost 2025-04-06 20:45:24 +08:00
2 changed files with 0 additions and 8 deletions

View File

@@ -1,6 +0,0 @@
---
- name: Install judgehost
hosts: judgehost
roles:
- role: install_packages
- role: configure_judgehost

View File

@@ -23,8 +23,6 @@
ansible.builtin.set_fact: ansible.builtin.set_fact:
domserver_url: "{{ domserver_url }}" domserver_url: "{{ domserver_url }}"
judgehost_password: "{{ fetch_reg['stdout'] }}" judgehost_password: "{{ fetch_reg['stdout'] }}"
delegate_to: domserver[0]
run_once: true
- name: Show judgehost password - name: Show judgehost password
ansible.builtin.debug: ansible.builtin.debug:
var: judgehost_password var: judgehost_password