tietoevry-infra-as-code / terraform-cloudamize-agent-install

This code is to deploy CloudAmize agents on the Linux servers using SSH protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy Cloudamize agents on Linux

This code is to deploy Cloudamize agents on the Linux servers using SSH protocol. Declare all Linux IP addresses into linux_server_ips variable

Terraform Usage

To run this example you need to execute following Terraform commands

terraform init
terraform plan
terraform apply

Inputs

Name Description Type
sshuser Linux server's common ssh user name string
sshpass Linux server's common ssh password string
linux_server_ips List of Linux server's IP addresses list

Exporting Cloudamize customer key

Provide appropriate customer key for your cloudamize agent in camize-agent-install.sh file

# export CLOUDAMIZE_CUSTOMER_KEY=CUSTOMER_KEY

Authors

This code created by Harshal Yadwadkar with the help from other awesome contributors.

Other resources

About

This code is to deploy CloudAmize agents on the Linux servers using SSH protocol

License:GNU General Public License v3.0


Languages

Language:HCL 86.8%Language:Shell 13.2%