0
0
opnxng-deploy-playbook/config-tasks/scribe.yml

6 lines
192 B
YAML
Raw Normal View History

2023-11-06 10:39:27 +08:00
- name: Generate JWT Secret
command: openssl rand -hex 32
register: scribe_jwt_secret_result
- set_fact:
scribe_jwt_secret: "{{ scribe_jwt_secret_result.stdout }}"