Don't store ssh public keys to variables

This commit is contained in:
Timo Makinen 2025-05-16 16:46:27 +00:00
parent de5a72dc8d
commit 951e0071cd

View file

@ -28,9 +28,6 @@ tls_bundle: /etc/pki/tls/cert.pem
# url where installer data is located # url where installer data is located
boot_url: https://boot.foo.sh boot_url: https://boot.foo.sh
# ssh public keys for logsync user
logsync_publickeys: "{{ lookup('file', '../files/ssh/logsync.pub') }}"
# default name servers # default name servers
network_dns_servers: network_dns_servers:
- 8.8.8.8 - 8.8.8.8