mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-01-12 10:14
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
- name: Create the self signed certificate
|
||||
command: openssl req -x509 -newkey rsa:{{ cert_key_size | default(4096) }} \
|
||||
-subj "{{ cert_subj | default('/C=FR/ST=Aquitaine/L=Firewall Services/O=IT Security/CN=' + inventory_hostname) }}" \
|
||||
-subj "{{ cert_subj | default('/C=FR/ST=Aquitaine/L=Ehtrace/O=IT Security/CN=' + inventory_hostname) }}" \
|
||||
-nodes -keyout {{ cert_key_path }} -out {{ cert_path }} -days {{ cert_validity | default(3650) }}
|
||||
args:
|
||||
creates: "{{ cert_path }}"
|
||||
|
Reference in New Issue
Block a user