Move ssh public keys to own files

This commit is contained in:
Timo Makinen 2022-10-30 22:00:08 +00:00
parent f22ca4fe64
commit 3cabf7f681
5 changed files with 6 additions and 5 deletions

View file

@ -5,7 +5,7 @@
vars:
vmhost_uri: "qemu+ssh://root@{{ vmhost }}/system"
root_pubkey: "{{ lookup('file', ansible_private + '/ssh/id_rsa.pub') }}"
root_pubkey: "{{ lookup('file', '../../files/ssh/adm.pub') }}"
char: "{{ 'bcdefghijklmnopqrstuvwxyz'|list }}"
console_log: "/var/log/libvirt/qemu/{{ inventory_hostname }}.console.log"