Compare commits
1 Commits
aff00e56ad
...
7f72c71f10
| Author | SHA1 | Date | |
|---|---|---|---|
|
7f72c71f10
|
6
playbooks/judgehost.yml
Normal file
6
playbooks/judgehost.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Install judgehost
|
||||
hosts: judgehost
|
||||
roles:
|
||||
- role: install_packages
|
||||
- role: configure_judgehost
|
||||
@@ -23,6 +23,8 @@
|
||||
ansible.builtin.set_fact:
|
||||
domserver_url: "{{ domserver_url }}"
|
||||
judgehost_password: "{{ fetch_reg['stdout'] }}"
|
||||
delegate_to: domserver[0]
|
||||
run_once: true
|
||||
- name: Show judgehost password
|
||||
ansible.builtin.debug:
|
||||
var: judgehost_password
|
||||
|
||||
Reference in New Issue
Block a user