ssl support
This commit is contained in:
parent
8da601be0f
commit
33a3f1ebd6
3 changed files with 14 additions and 4 deletions
|
@ -6,11 +6,13 @@
|
|||
"repositories": [],
|
||||
"replace_repositories": "False",
|
||||
"keyrings": [],
|
||||
"packages": "nginx grub-pc linux-image-generic",
|
||||
"packages": "nginx grub-pc linux-image-generic docker.io make curl openssl nano",
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
"configs/scripts/server.sh"
|
||||
],
|
||||
"package_manager": "apt",
|
||||
"extra_files": []
|
||||
"extra_files": [
|
||||
"downloads/deployment.tar.gz"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue