Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 754 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 754 Bytes

IACP-POC-Azure

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.

  1. Clone the repo
  2. Put the license file in ./license/license.json
  3. Set variable values to terraform.tfvars
  4. server_count can be ignored. Included for future use.
  5. Run terraform apply