use global variable for default certificate bundle location
This commit is contained in:
parent
1a4aec1b66
commit
e0b519cf21
3 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,7 @@ ansible_wheel: wheel
|
|||
# fix tls directories
|
||||
tls_certs: /etc/ssl
|
||||
tls_private: /etc/ssl/private
|
||||
tls_bundle: "{{ tls_certs }}/cert.pem"
|
||||
|
||||
# default resources for new vm
|
||||
dsk_size: 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue