mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-06 12:03:38 +02:00
move easyrsa_p12_export_password to pre_tasks
This commit is contained in:
parent
b9ad5b7071
commit
ad69d571e9
1 changed files with 1 additions and 3 deletions
|
@ -38,6 +38,7 @@
|
|||
pre_tasks:
|
||||
- set_fact:
|
||||
IP_subject_alt_name: "{{ IP_subject }}"
|
||||
easyrsa_p12_export_password: "{{ (ansible_date_time.iso8601_basic|sha1|to_uuid).split('-')[0] }}"
|
||||
|
||||
roles:
|
||||
- { role: ssh_tunneling, tags: [ 'ssh_tunneling' ], when: ssh_tunneling_enabled is defined and ssh_tunneling_enabled == "y" }
|
||||
|
@ -47,9 +48,6 @@
|
|||
- name: Gather Facts
|
||||
setup:
|
||||
|
||||
- set_fact:
|
||||
easyrsa_p12_export_password: "{{ (ansible_date_time.iso8601_basic|sha1|to_uuid).split('-')[0] }}"
|
||||
|
||||
- name: Cheking the signature algorithm
|
||||
local_action: >
|
||||
shell openssl x509 -text -in certs/82.196.1.93.crt | grep 'Signature Algorithm' | head -n1
|
||||
|
|
Loading…
Add table
Reference in a new issue