dcos-install-masters-remote-exec

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

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

DC/OS master remote exec install ============ This module install DC/OS on masters with remote exec via SSH EXAMPLE ------- ``hcl module "dcos-masters-install" { source = "terraform-dcos/dcos-install-masters-remote-exec/null" version = "~> 0.1.0" bootstrap_private_ip = "${module.dcos-infrastructure.bootstrap.private_ip}" bootstrap_port = "80" os_user = "${module.dcos-infrastructure.masters.os_user}" dcos_install_mode = "install" dcos_version = "${var.dcos_version}" master_ips = ["${module.dcos-infrastructure.masters.public_ips}"] num_masters = "3" } ` Inputs | Name | Description | Type | Default | Required | |------|-------------|:----:|:-----:|:-----:| | bootstrap_port | TCP port bootstrap nginx is listening on. Used to build the bootstrap URL. | string | 80 | no | | bootstrap_private_ip

Inputs (10)
NameTypeDescriptionDefault
bootstrap_private_ipstringPrivate IP bootstrap nginx is listening on. Used to build the bootstrap URL. required
num_mastersstringSpecify the amount of masters. For redundancy you should have at least 3 required
master_ipslistList of masterips to SSH to required
dcos_skip_checksstringUpgrade option: Used to skip all dcos checks that may block an upgrade if any DCfalse
dcos_versionstringSpecifies which DC/OS version instruction to use. Options: 1.9.0, 1.8.8, etc. Se"1.11.3"
os_userstringThe OS user to be used"centos"
triggerlistTriggers for null resource[]
bootstrap_portstringTCP port bootstrap nginx is listening on. Used to build the bootstrap URL."80"
dcos_install_modestringType of command to execute. Options: install or upgrade"install"
depends_onlistModules are missing the depends_on feature. Faking this feature with input and o[]
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