summaryrefslogtreecommitdiffstats
path: root/playbooks/libvirt/templates/user-data
blob: 985badc8e75b7ffd26a3b975fc0de2f19f609ee9 (plain)
1
2
3
4
5
6
7
8
9
10
#cloud-config

disable_root: 0

system_info:
  default_user:
    name: root

ssh_authorized_keys:
  - {{ lookup('file', '~/.ssh/id_rsa.pub') }}