periodic Update
This commit is contained in:
parent
3025be43c5
commit
25cb6f26be
@ -1,6 +1,13 @@
|
|||||||
all:
|
all:
|
||||||
echo OK
|
echo OK
|
||||||
|
|
||||||
|
install-dependencies-ubuntu:
|
||||||
|
apt update
|
||||||
|
apt install -y ruby genisoimage cloud-init
|
||||||
|
|
||||||
|
install-dependencies-rhel:
|
||||||
|
dnf install ruby genisoimage -y
|
||||||
|
|
||||||
rhel:
|
rhel:
|
||||||
cp -fv user-data-rhel user-data
|
cp -fv user-data-rhel user-data
|
||||||
cp -fv meta-data-rhel meta-data
|
cp -fv meta-data-rhel meta-data
|
||||||
@ -48,6 +55,4 @@ ubuntu:
|
|||||||
deploy-ubuntu:
|
deploy-ubuntu:
|
||||||
cp -fv ubuntu-master-init.iso ./isos/
|
cp -fv ubuntu-master-init.iso ./isos/
|
||||||
|
|
||||||
install-depencies-ubuntu:
|
|
||||||
apt update
|
|
||||||
apt install -y ruby genisoimage cloud-init
|
|
||||||
|
0
gen-cloud-init/isos/.placeholder
Normal file
0
gen-cloud-init/isos/.placeholder
Normal file
Loading…
Reference in New Issue
Block a user