summaryrefslogtreecommitdiffstats
path: root/playbooks/libvirt/templates/user-data
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/libvirt/templates/user-data')
-rw-r--r--playbooks/libvirt/templates/user-data10
1 files changed, 0 insertions, 10 deletions
diff --git a/playbooks/libvirt/templates/user-data b/playbooks/libvirt/templates/user-data
deleted file mode 100644
index 985badc8e..000000000
--- a/playbooks/libvirt/templates/user-data
+++ /dev/null
@@ -1,10 +0,0 @@
-#cloud-config
-
-disable_root: 0
-
-system_info:
- default_user:
- name: root
-
-ssh_authorized_keys:
- - {{ lookup('file', '~/.ssh/id_rsa.pub') }}