forked from picoCTF/picoCTF
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add flags to control Disk_Size & unattended-up
During internal use of PICO for teaching purposes, two issues often popped up: 1. Something kept breaking down (auth for example), due to background updates 2. Students often used vs-code servers, which in a class of 90, ate up the 10GB default disk space These changes implement: - "DISK_SIZE": An environment variable with value of the form `XGB` with X being a numberic value, to control max disk size. - "disable-unattended-upgrades": A Flag in the anisble config to uninstall `unattended-upgrades`, preventing unwanted updates on private deployments.
- Loading branch information
Showing
4 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters