linux-deployment-scripts/configs/ubuntu/noble_server.json

24 lines
791 B
JSON
Raw Normal View History

2024-11-10 18:03:47 +01:00
{
"identifier": "ubuntu-noble-server-amd64",
"rootfs_type": "download",
"download_link": "https://cdimage.ubuntu.com/ubuntu-base/noble/daily/current/noble-base-amd64.tar.gz",
"download_name": "noble-base-amd64.tar.gz",
2024-11-11 13:58:31 +01:00
"repositories": [],
2024-11-11 16:42:53 +01:00
"replace_repositories": "False",
2024-11-11 17:30:12 +01:00
"keyrings": [],
2024-11-15 16:47:57 +01:00
"packages": "nginx grub-pc linux-image-generic docker.io make curl openssl nano isc-dhcp-server bind9 bind9utils bind9-doc",
2024-11-14 15:22:39 +01:00
"create_ca": "True",
"preinstall_scripts": [
"configs/scripts/ca.sh"
],
2024-11-10 18:30:56 +01:00
"scripts": [
2024-11-11 07:45:44 +01:00
"configs/scripts/install.sh",
"configs/scripts/server.sh"
2024-11-10 18:28:44 +01:00
],
2024-11-11 14:45:19 +01:00
"package_manager": "apt",
2024-11-13 18:40:35 +01:00
"extra_files": [
2024-11-15 19:04:29 +01:00
"resources/ca.cnf",
2024-11-14 16:25:59 +01:00
"resources/dhcpd.conf",
2024-11-13 18:40:35 +01:00
"downloads/deployment.tar.gz"
]
2024-11-10 18:03:47 +01:00
}