known_hosts: @cert-authority allowes domain itself, instead of only subdomains.
This commit is contained in:
parent
333e24b61f
commit
46d6b2c72d
|
@ -74,7 +74,7 @@
|
||||||
hash_host: false
|
hash_host: false
|
||||||
path: /etc/ssh/ssh_known_hosts
|
path: /etc/ssh/ssh_known_hosts
|
||||||
name: '{{ssh_cert_known_domain}}'
|
name: '{{ssh_cert_known_domain}}'
|
||||||
key: "@cert-authority *.{{ssh_cert_known_domain}} {{lookup('file', ssh_cert_host_capub_path)}}"
|
key: "@cert-authority *.{{ssh_cert_known_domain}},{{ssh_cert_known_domain}} {{lookup('file', ssh_cert_host_capub_path)}}"
|
||||||
|
|
||||||
- name: install ssh-cert-renew
|
- name: install ssh-cert-renew
|
||||||
copy:
|
copy:
|
||||||
|
|
Loading…
Reference in a new issue