additions for ca deployment
This commit is contained in:
parent
19c974e083
commit
17b3c47d2a
15 changed files with 67 additions and 24 deletions
|
@ -7,6 +7,8 @@
|
|||
"replace_repositories": "False",
|
||||
"keyrings": [],
|
||||
"packages": "grub-pc linux-image-generic ubuntu-desktop",
|
||||
"create_ca": "False",
|
||||
"preinstall_scripts": [],
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
"configs/scripts/user.sh"
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
"replace_repositories": "False",
|
||||
"keyrings": [],
|
||||
"packages": "grub-pc linux-image-generic kubuntu-desktop",
|
||||
"create_ca": "False",
|
||||
"preinstall_scripts": [],
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
"configs/scripts/user.sh"
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
"replace_repositories": "False",
|
||||
"keyrings": [],
|
||||
"packages": "grub-pc linux-image-generic lubuntu-desktop",
|
||||
"create_ca": "False",
|
||||
"preinstall_scripts": [],
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
"configs/scripts/user.sh"
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
"replace_repositories": "False",
|
||||
"keyrings": [],
|
||||
"packages": "grub-pc linux-image-generic ubuntu-mate-desktop",
|
||||
"create_ca": "False",
|
||||
"preinstall_scripts": [],
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
"configs/scripts/user.sh"
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
"replace_repositories": "False",
|
||||
"keyrings": [],
|
||||
"packages": "nginx grub-pc linux-image-generic docker.io make curl openssl nano",
|
||||
"create_ca": "True",
|
||||
"preinstall_scripts": [
|
||||
"configs/scripts/ca.sh"
|
||||
],
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
"configs/scripts/server.sh"
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
"replace_repositories": "False",
|
||||
"keyrings": [],
|
||||
"packages": "grub-pc linux-image-generic xubuntu-desktop",
|
||||
"create_ca": "False",
|
||||
"preinstall_scripts": [],
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
"configs/scripts/user.sh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue