mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2025-12-15 19:32:44 +03:00
* update README, example config * nocloud and aws share IMDS layout, move vars and funcs from aws imds lib to main imds script * IMDS_USERDATA value is no longer configurable * note that azure and oci are missing some network bits yet
30 lines
721 B
Plaintext
30 lines
721 B
Plaintext
# Tiny Cloud configuration
|
|
|
|
# REQUIRED: The instance's cloud provider
|
|
# valid: aws, azure, gcp, oci, nocloud
|
|
#CLOUD=
|
|
|
|
# User account where instance SSH keys are installed
|
|
#CLOUD_USER=alpine
|
|
|
|
# IMDS token validity, in seconds (AWS only)
|
|
#IMDS_TOKEN_TTL=5
|
|
|
|
# Location of var directory
|
|
#TINY_CLOUD_VAR=/var/lib/cloud
|
|
|
|
# Location of log directory
|
|
#TINY_CLOUD_LOGS=/var/log
|
|
|
|
# Hotplug Method (valid: mdev)
|
|
#HOTPLUG_TYPE=mdev
|
|
|
|
# Cloud-related Hotplug Modules
|
|
# valid: vnic_eth_hotplug, nvme_ebs_links (aws)
|
|
#HOTPLUG_MODULES=
|
|
|
|
# Explicitly skip these (whitespace delimited) things during init
|
|
# valid: expand_root install_hotplugs set_hostname set_ssh_keys
|
|
# save_userdata decompress_userdata run_userdata
|
|
#SKIP_INIT_ACTIONS=
|