crictl, crontab 추가

This commit is contained in:
havelight-ee
2022-11-09 19:25:49 +09:00
parent f0306cc692
commit f2f93db50a
6 changed files with 63 additions and 5 deletions

6
build_ami_security/command Executable file
View File

@@ -0,0 +1,6 @@
filename="datasaker-node-packer-ubuntu.pkr.hcl"
echo "packer init ${filename}"
echo "packer fmt ${filename}"
echo "packer validate ${filename}"
echo "packer build ${filename}"