Skip to content

Commit

Permalink
Update cloud-init data to also work with uc24 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
plars authored Apr 18, 2024
1 parent 487f1ee commit 0140939
Showing 1 changed file with 8 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
#cloud-config
datasource_list: [ NoCloud, None ]
datasource:
NoCloud:
user-data: |
#cloud-config
password: ubuntu
chpasswd:
list:
- ubuntu:ubuntu
expire: False
ssh_pwauth: True
meta-data: |
instance_id: cloud-image
datasource_list: [NoCloud, None]
users:
- name: ubuntu
sudo: "ALL=(ALL) NOPASSWD:ALL"
lock_passwd: false
shell: /bin/bash
# this is just "ubuntu"
passwd: "$6$rounds=4096$PCrfo.ggdf4ubP$REjyaoY2tUWH2vjFJjvLs3rDxVTszGR9P7mhH9sHb2MsELfc53uV/v15jDDOJU/9WInfjjTKJPlD5URhX5Mix0"

0 comments on commit 0140939

Please sign in to comment.