Skip to content

armorfret-archived/terraform-linode-algo-base

Repository files navigation

Inactive Project: I've switched from algo to a lighter weight set of ansible playbooks

terraform-linode-algo-base

MIT Licensed

Terraform module that creates a Linode with package updates and the Algo repo deployed but not configured.

Usage

module "vpn" {
  source  = "github.com/akerl/terraform-linode-algo-base"
  name = "vpn"
  ssh_keys = ["PUT_YOUR_PUBKEY_HERE"]

  users = [
    "alfa",
    "beta",
  ]
}

License

terraform-linode-algo-base is released under the MIT License. See the bundled LICENSE file for details.

About

Base Linode Image with Algo downloaded but not configured

Resources

License

Stars

Watchers

Forks

Packages

No packages published