rancher / tf-rancher-up

MIT License
14 stars 5 forks source link

Review of AWS RKE recipes (split-roles, standalone & upstream) #159

Open glovecchi0 opened 1 month ago

glovecchi0 commented 1 month ago

Division of the PR #145

To test them: recipes/upstream/aws/rke/terraform.tfvars

prefix           = "glovecchio"
aws_region       = "eu-west-1"
instance_count   = 2
rancher_hostname = "glovecchio"
rancher_password = "Mypassword.1234"

recipes/standalone/aws/rke/terraform.tfvars

prefix         = "glovecchio"
aws_region     = "eu-west-1"
instance_count = 2

recipes/rke/split-roles/aws/terraform.tfvars

prefix             = "glovecchio"
aws_region         = "eu-west-1"
master_nodes_count = 1
worker_nodes_count = 1
rancher_hostname   = "glovecchio"
rancher_password   = "Mypassword.1234"