Hetzner::Instance::CloudInitGenerator
Constants
CLOUD_INIT_YAML = {{ read_file("/tmp/tmp.IehdGi/src/src/hetzner/instance/../../../templates/cloud_init.yaml") }}
FIREWALL_SCRIPT = {{ read_file("/tmp/tmp.IehdGi/src/src/hetzner/instance/../../../templates/firewall/firewall.sh") }}
FIREWALL_SERVICE = {{ read_file("/tmp/tmp.IehdGi/src/src/hetzner/instance/../../../templates/firewall/firewall.service") }}
FIREWALL_STATUS = {{ read_file("/tmp/tmp.IehdGi/src/src/hetzner/instance/../../../templates/firewall/firewall_status.sh") }}
SSH_CONFIGURATION_SCRIPT = {{ read_file("/tmp/tmp.IehdGi/src/src/hetzner/instance/../../../templates/ssh/configure_ssh.sh") }}
SSH_LISTEN_CONF = {{ read_file("/tmp/tmp.IehdGi/src/src/hetzner/instance/../../../templates/ssh/listen.conf") }}
Constructors
Instance methods
generate
Source