dcos-install-public-agents-remote-exec

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

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

DC/OS public agent remote exec install ============ This module install DC/OS on public agents with remote exec via SSH EXAMPLE ------- ``hcl module "dcos-public-agents-install" { source = "terraform-dcos/dcos-install-public-agents-remote-exec/null" version = "~> 0.1.0" bootstrap_private_ip = "${module.dcos-infrastructure.bootstrap.private_ip}" bootstrap_port = "80" os_user = "${module.dcos-infrastructure.public_agents.os_user}" dcos_install_mode = "install" dcos_version = "${var.dcos_version}" public_agent_ips = ["${module.dcos-infrastructure.public_agents.public_ips}"] num_public_agents = "1" } ` Inputs | Name | Description | Type | Default | Required | |------|-------------|:----:|:-----:|:-----:| | bootstrap_port | TCP port bootstrap nginx is listening on. Used to build the bootstrap U

Inputs (10)
NameTypeDescriptionDefault
num_public_agentsstringSpecify the amount of public agents. These agents will host marathon-lb and edge required
public_agent_ipslistList of public agent IPs to SSH to required
bootstrap_private_ipstringPrivate IP bootstrap nginx is listening on. Used to build the bootstrap URL. required
dcos_versionstringSpecifies which DC/OS version instruction to use. Options: 1.9.0, 1.8.8, etc. Se"1.11.3"
dcos_install_modestringType of command to execute. Options: install or upgrade"install"
dcos_skip_checksstringUpgrade option: Used to skip all dcos checks that may block an upgrade if any DCfalse
os_userstringThe OS user to be used"centos"
triggerlistTriggers for null resource[]
depends_onlistModules are missing the depends_on feature. Faking this feature with input and o[]
bootstrap_portstringTCP port bootstrap nginx is listening on. Used to build the bootstrap URL."80"
Outputs (1)
depends — Modules are missing the depends_on feature. Faking this feature with input and output variables
Resources (1)
null_resource
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.1
Cloud NULL
★ Stars0
Forks2
Total downloads91.9k
Inputs10
Outputs1
Resources1
LicenseApache-2.0
Namespacedcos-terraform
Updated