Not sure if it's relevant, but one thing I found interesting is that as long as I include datasource_list at the top, I didn't even have to include a datasource: NoCloud: ... section.
For example, this works as long as I made sure it runs after 90_dpkg.cfg (mentioned in above comment)
Not sure if it's relevant, but one thing I found interesting is that as long as I include datasource_list at the top, I didn't even have to include a datasource: NoCloud: ... section.
For example, this works as long as I made sure it runs after 90_dpkg.cfg (mentioned in above comment)
#cloud-config authorized- keys:
datasource_list: [ NoCloud, None ]
users:
- name: ubuntu
ssh-
- <MY_SSY_KEY>
homedir: /home/ubuntu
sudo: ALL=(ALL) NOPASSWD:ALL
shell: /bin/bash