chore(terraform): move template files into terraform/templates dir

This commit is contained in:
2026-08-20 17:09:26 +02:00
parent a49e565124
commit 31a05abb62
3 changed files with 2 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
# cloud-config
users:
- name: ansible
sudo: ALL=(ALL) NOPASSWD:ALL
shell: /bin/bash
ssh_authorized_keys:
- ${ssh_public_key}
ssh_pwauth: false
disable_root: true