Compare commits
1 Commits
7f72c71f10
...
aff00e56ad
| Author | SHA1 | Date | |
|---|---|---|---|
|
aff00e56ad
|
@@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
- name: Install judgehost
|
|
||||||
hosts: judgehost
|
|
||||||
roles:
|
|
||||||
- role: install_packages
|
|
||||||
- role: configure_judgehost
|
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user