fix alpine
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
62200eddd1
commit
4ea7ea8d4c
|
@ -9,12 +9,20 @@ let Distro =
|
||||||
}
|
}
|
||||||
|
|
||||||
in [ Distro::{
|
in [ Distro::{
|
||||||
|
, name = "alpine-3.13"
|
||||||
|
, downloadURL =
|
||||||
|
"https://xena.greedo.xeserv.us/pkg/alpine/img/alpine-3.13.5-cloud-init-within.qcow2"
|
||||||
|
, sha256Sum =
|
||||||
|
"a2665c16724e75899723e81d81126bd0254a876e5de286b0b21553734baec287"
|
||||||
|
, minSize = 2
|
||||||
|
}
|
||||||
|
, Distro::{
|
||||||
, name = "alpine-edge"
|
, name = "alpine-edge"
|
||||||
, downloadURL =
|
, downloadURL =
|
||||||
"https://xena.greedo.xeserv.us/pkg/alpine/img/alpine-edge-2021-05-16-cloud-init-within.qcow2"
|
"https://xena.greedo.xeserv.us/pkg/alpine/img/alpine-edge-2021-05-18-cloud-init-within.qcow2"
|
||||||
, sha256Sum =
|
, sha256Sum =
|
||||||
"8ba9be1f9b8b65c8250f48269eec42a56a05fdd0fa416a9848850646d82ee054"
|
"b3bb15311c0bd3beffa1b554f022b75d3b7309b5fdf76fb146fe7c72b83b16d0"
|
||||||
, minSize = 10
|
, minSize = 2
|
||||||
}
|
}
|
||||||
, Distro::{
|
, Distro::{
|
||||||
, name = "amazon-linux"
|
, name = "amazon-linux"
|
||||||
|
|
|
@ -10,12 +10,11 @@ cloud_final_modules:
|
||||||
|
|
||||||
users:
|
users:
|
||||||
- name: xe
|
- name: xe
|
||||||
plain_text_passwd: hunter2
|
|
||||||
groups: [ wheel ]
|
groups: [ wheel ]
|
||||||
sudo: [ "ALL=(ALL) NOPASSWD:ALL" ]
|
sudo: [ "ALL=(ALL) NOPASSWD:ALL" ]
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
ssh-authorized-keys:
|
ssh-authorized-keys:
|
||||||
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPg9gYKVglnO2HQodSJt4z4mNrUSUiyJQ7b+J798bwD9 cadey@shachi
|
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPg9gYKVglnO2HQodSJt4z4mNrUSUiyJQ7b+J798bwD9 cadey@shachi
|
||||||
|
|
||||||
write_files:
|
write_files:
|
||||||
- path: /etc/cloud/cloud.cfg.d/80_disable_network_after_firstboot.cfg
|
- path: /etc/cloud/cloud.cfg.d/80_disable_network_after_firstboot.cfg
|
||||||
|
|
Loading…
Reference in New Issue