1
0
Fork 0
terraform-playground/single-host/user-data.yaml.tpl

12 lines
213 B
Smarty

#cloud-config
users:
- name: "ansible"
groups: ["sudo"]
sudo: "ALL=(ALL) NOPASSWD:ALL"
shell: "/bin/bash"
ssh_authorized_keys:
- "${ssh_pubkey}"
package_update: true
package_upgrade: true