dcos-install-private-agents-remote-exec

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

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

DC/OS private agent remote exec install ============ This module install DC/OS on private agents with remote exec via SSH EXAMPLE ------- ``hcl module "dcos-private-agents-install" { source = "terraform-dcos/dcos-install-private-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.private_agents.os_user}" dcos_install_mode = "install" dcos_version = "${var.dcos_version}" private_agent_ips = ["${module.dcos-infrastructure.private_agents.public_ips}"] num_private_agents = "2" } ` Inputs | Name | Description | Type | Default | Required | |------|-------------|:----:|:-----:|:-----:| | bootstrap_port | TCP port bootstrap nginx is listening on. Used to build the boo

Inputs (10)
NameTypeDescriptionDefault
private_agent_ipslistList of private agent IPs to SSH to required
bootstrap_private_ipstringPrivate IP bootstrap nginx is listening on. Used to build the bootstrap URL. required
num_private_agentsstringSpecify the amount of private agents. These agents will provide your main resour required
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
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"
os_userstringThe OS user to be used"centos"
dcos_versionstringSpecifies which DC/OS version instruction to use. Options: 1.9.0, 1.8.8, etc. Se"1.11.3"
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
Forks3
Total downloads91.8k
Inputs10
Outputs1
Resources1
LicenseApache-2.0
Namespacedcos-terraform
Updated