dcos-install-remote-exec

dcos-terraform/dcos-install-remote-exec/null

Terraform Module HCL NULL
Install
module "dcos-install-remote-exec" {
source = "dcos-terraform/dcos-install-remote-exec/null"
version = "0.3.1"
}
plain text: /constructs/tfmod-dcos-terraform-dcos-install-remote-exec-null/install.txt
⭐ Source on GitHub 📦 Registry page
README

DC/OS remote exec install ============ This module installs all DC/OS node types EXAMPLE ------- ``hcl module "dcos-install" { source = "dcos-terraform/dcos-install-remote-exec/null" version = "~> 0.2.0" bootstrap_ip = "${module.dcos-infrastructure.bootstrap.public_ip}" bootstrap_private_ip = "${module.dcos-infrastructure.bootstrap.private_ip}" bootstrap_os_user = "${module.dcos-infrastructure.bootstrap.os_user}" master_ips = ["${module.dcos-infrastructure.masters.public_ips}"] master_private_ips = ["${module.dcos-infrastructure.masters.private_ips}"] masters_os_user = "${module.dcos-infrastructure.masters.os_user}" num_masters = "${var.num_masters}" private_agent_ips = ["${module.dcos-infrastructure.private_agents.public_ips}"] private_agent_private_ips = ["${module.dcos-infrastructure.pr

Inputs (50)
NameTypeDescriptionDefault
private_agent_ipslist(string)List of private agent IPs to SSH to required
public_agent_private_ipslist(string)List of public agent IPs to SSH to required
master_private_ipslist(string)list of master private ips required
dcos_bouncer_expiration_auth_token_daysstring[Enterprise DC/OS] Sets the auth token time-to-live (TTL) for Identity and Acces""
dcos_zk_agent_credentialsstring[Enterprise DC/OS] set the ZooKeeper agent credentials (recommended)""
dcos_overlay_config_attemptsstringSpecifies how many failed configuration attempts are allowed before the overlay ""
dcos_public_agent_listliststatically set your public agents (not recommended)[]
dcos_variantstringSpecifies which DC/OS variant it should be: `open` (Open Source) or `ee` (Enterp"open"
dcos_master_external_loadbalancerstringAllows DC/OS to configure certs around the External Load Balancer name. If not u""
dcos_master_discoverystringThe Mesos master discovery method. The available options are static or master_ht"static"
dcos_aws_template_storage_bucketstringAWS CloudFormation bucket name (optional)""
dcos_aws_secret_access_keystringAWS secret key for exhibitor storage (optional but required with dcos_exhibitor_""
dcos_exhibitor_addressstringThe address of the load balancer in front of the masters (recommended)""
dcos_process_timeoutstringThe allowable amount of time, in seconds, for an action to begin after the proce""
dcos_aws_template_storage_access_key_idstringAWS key ID for CloudFormation template storage (optional)""
dcos_aws_regionstringAWS region for exhibitor storage (optional but required with dcos_exhibitor_addr""
dcos_customer_keystring[Enterprise DC/OS] sets the customer key (optional)""
dcos_gpus_are_scarcestringIndicates whether to treat GPUs as a scarce resource in the cluster. (optional)""
dcos_no_proxystringA YAML nested list (-) of addresses to exclude from the proxy. (optional)""
dcos_adminrouter_tls_1_0_enabledstringIndicates whether to enable TLSv1 support in Admin Router. (optional)""
dcos_license_key_contentsstring[Enterprise DC/OS] used to privide the license key of DC/OS for Enterprise Editi""
dcos_previous_versionstringDC/OS 1.9+ requires users to set this value to ensure users know the version. Te""
dcos_oauth_enabledstring[Open DC/OS Only] Indicates whether to enable authentication for your cluster. (""
… and 10 more inputs
Outputs (2)
depends — Modules are missing the depends_on feature. Faking this feature with input and output variables
config — The battle-tested provisioner contents of the output by DC/OS role to perform requried admin actions
Details
FrameworkTerraform Module
LanguageHCL
Version0.3.1
Cloud NULL
★ Stars1
Forks6
Total downloads237.4k
Inputs50
Outputs2
LicenseApache-2.0
Namespacedcos-terraform
Updated