This code is to deploy Cloudamize agents on the Linux servers using SSH protocol. Declare all Linux IP addresses into linux_server_ips
variable
To run this example you need to execute following Terraform commands
terraform init
terraform plan
terraform apply
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 |
Provide appropriate customer key for your cloudamize agent in camize-agent-install.sh file
# export CLOUDAMIZE_CUSTOMER_KEY=CUSTOMER_KEY
This code created by Harshal Yadwadkar with the help from other awesome contributors.