made snake oil certificate option optional
This commit is contained in:
parent
6781423adf
commit
94bd2eabac
3 changed files with 5 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
name: certificates
|
||||
vars:
|
||||
certificates:
|
||||
certs: "{{ {}|combine(selfsigned_cert|from_yaml, nginx_certs, inventory_certs, recursive=True) }}"
|
||||
certs: "{{ {}|combine( (selfsigned_cert|from_yaml if nginx.snakeoil_default else {}), nginx_certs, inventory_certs, recursive=True) }}"
|
||||
|
||||
- debug:
|
||||
verbosity: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue