chore(terraform): move template files into terraform/templates dir
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user