mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-05-13 13:02:17 +00:00
apply review suggestions
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
name: sudo
|
||||
state: present
|
||||
|
||||
- name: "Display hera_home if defined."
|
||||
ansible.builtin.set_fact:
|
||||
hera_home: "{{ lookup('env', 'HERA_HOME') }}"
|
||||
|
||||
- name: Create certificate request
|
||||
ansible.builtin.command: openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 365 -nodes -subj '/CN=instance'
|
||||
delegate_to: localhost
|
||||
|
||||
Reference in New Issue
Block a user