cloud-init.tpl.yaml 212 B

12345678910111213
  1. #cloud-config
  2. datasource:
  3. Ec2:
  4. strict_id: false
  5. ssh_pwauth: no
  6. users:
  7. - name: yc-user
  8. sudo: ALL=(ALL) NOPASSWD:ALL
  9. shell: /bin/bash
  10. groups: wheel
  11. ssh_authorized_keys:
  12. - "${ssh_key}"