Skip to content

This project intends to setup infrastructure as code for linode with terraform, bypassing limitations of linode to manage terraform

Notifications You must be signed in to change notification settings

obadiaspelembe/linode-iac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linode Infrastructure as Code

This project intends to setup a simple bitbucket based ci configuration to provision a Linode Instance server and configure the server via ansible.

Technologies and Tools

This project is using:

  • Terraform - Infrastructure as Code
  • Ansible - Configuration as code
  • Docker - Containerization

Repository Variables

Linode IAC needs to be configured with the following environment variables:

Name Description
DOCKER_REGISTRY_USERNAME Docker Hub Username
DOCKER_REGISTRY_PASSWORD Docker Hub Password
TF_VAR_linode_public_keys Host public keys to ssh linode instance
TF_VAR_root_pass Server root password
TF_VAR_linode_token Linode API Token

About

This project intends to setup infrastructure as code for linode with terraform, bypassing limitations of linode to manage terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages