[agent-go] [Bastion] - basic accomplished !
This commit is contained in:
@@ -51,8 +51,8 @@ func BastionModeInit() {
|
||||
// Build For Operator
|
||||
bastionAgentServerInfo := &a_agent.AgentServerInfo{
|
||||
ServerName: "BastionSingle",
|
||||
ServerIPPbV4: "127.0.0.1",
|
||||
ServerIPInV4: "127.0.0.1",
|
||||
ServerIPPbV4: "",
|
||||
ServerIPInV4: "",
|
||||
ServerIPPbV6: "",
|
||||
ServerIPInV6: "",
|
||||
Location: "Bastion",
|
||||
@@ -167,6 +167,12 @@ func buildBastionModeFunction() {
|
||||
tcc.Insert(InstallDocker)
|
||||
tcc.Insert(InstallDockerCompose)
|
||||
tcc.Insert(InstallMinio)
|
||||
tcc.Insert(InstallDefaultSsh)
|
||||
tcc.Insert(DisableSwap)
|
||||
tcc.Insert(DisableSelinux)
|
||||
tcc.Insert(DisableFirewall)
|
||||
tcc.Insert(ModifySysConfig)
|
||||
tcc.Insert(ModifyDockerConfig)
|
||||
tcc.Insert(InstallHarbor)
|
||||
tcc.Insert(RemoveDocker)
|
||||
tcc.Insert(Help)
|
||||
|
||||
Reference in New Issue
Block a user