This installs IaCP for a POC on Azure, currently on a single server.
The following options are available.
- Works for private and public subnets, user must set "public = treu/false"
- A self-signed cert is generated by the template and added to the Scalr config. User can replace with their own cert after installation.
- Set a prefix for the instance name
- Assumes to use ssh keys from ~/.ssh/id_rsa[.pub]
User can choose OS from:
- ubuntu-16.04
- centos-7
- centos-8
- rhel-7
- rhel-8
Template is designed to be run from the CLI.
- Clone the repo
- Put the license file in ./license/license.json
- Set variable values to terraform.tfvars
- server_count can be ignored. Included for future use.
- Run
terraform apply