Skip to content

armorfret-archived/terraform-linode-wireguard-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecation notice: This code is being replaced with a stackscript, to create VPN nodes that do not allow SSH access

terraform-linode-wireguard-base

MIT Licensed

Terraform module that creates a Linode with package updates and wireguard deployed but not configured. This uses an Ansible playbook to set up Wireguard.

Usage

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

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

License

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

About

Base Linode Image with Wireguard installed but not configured

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages