mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 02:43:01 +02:00
use ca_password from variable
This commit is contained in:
parent
c231cd42d6
commit
f76507ed19
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
- name: Set facts
|
||||
set_fact:
|
||||
CA_password: "{{ lookup('password', '/dev/null length=16 chars=ascii_letters,digits,_,@') }}"
|
||||
CA_password: "{{ ca_password|default(lookup('password', '/dev/null length=16 chars=ascii_letters,digits,_,@')) }}"
|
||||
IP_subject_alt_name: "{{ IP_subject_alt_name }}"
|
||||
|
||||
- name: Set IPv6 support as a fact
|
||||
|
|
Loading…
Add table
Reference in a new issue