1
0
Fork 0
terraform-playground/single-host/user-data.yaml.tpl
2022-05-23 13:37:13 +02:00

11 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