ansible/roles/sshd_cert/defaults/main.yml

2 lines
84 B
YAML

---
sshd_cert_hostnames: "{{ ssh_hostnames | default([]) + [inventory_hostname] }}"