Git Product home page Git Product logo

f5-terraform's Introduction

   f5-terraform

Build Status Releases Commits Maintenance Issues Docker Hub License Slack Status

  

Table of Contents

dev (f5-existing-stack-byol-3nic-bigip)

terraform apply \
	-var 'aws_region=eu-central-1' \
	-var 'tag_name=F5Labs' \
	-var 'vpc_cidr=10.200.0.0/16' \
	-var 'mgmt_cidr=10.200.113.0/24' \
	-var 'ext_cidr=10.200.115.0/24' \
	-var 'int_cidr=10.200.112.0/24' \
	-var 'key_path=/home/user/.ssh/id_rsa.pub' \
	-var 'mgmt_asrc=["0.0.0.0/0"]' \
	-var 'bigip_cft=https://s3.amazonaws.com/f5-cft/f5-existing-stack-byol-3nic-bigip.template' \
	-var 'bigip_lic1=ABCDE-FGHIJ-KLMNO-PQRST-UVWXYZA'

  

stg (f5-existing-stack-same-az-cluster-byol-3nic-bigip)

terraform apply \
	-var 'aws_region=eu-central-1' \
	-var 'tag_name=F5Labs' \
	-var 'vpc_cidr=10.200.0.0/16' \
	-var 'mgmt_cidr=10.200.113.0/24' \
	-var 'ext_cidr=10.200.115.0/24' \
	-var 'int_cidr=10.200.112.0/24' \
	-var 'key_path=/home/user/.ssh/id_rsa.pub' \
	-var 'mgmt_asrc=["0.0.0.0/0"]' \
	-var 'bigip_cft=https://s3.amazonaws.com/f5-cft/f5-existing-stack-same-az-cluster-byol-3nic-bigip.template' \
	-var 'bigip_lic1=ABCDE-FGHIJ-KLMNO-PQRST-UVWXYZA' \
	-var 'bigip_lic2=ABCDE-FGHIJ-KLMNO-PQRST-UVWXYZA'

  

prod (f5-existing-stack-across-az-cluster-byol-3nic-bigip)

terraform apply \
	-var 'aws_region=eu-central-1' \
	-var 'tag_name=F5Labs' \
	-var 'vpc_cidr=10.200.0.0/16' \
	-var 'mgmt1_cidr=10.200.113.0/24' \
	-var 'mgmt2_cidr=10.200.123.0/24' \
	-var 'ext1_cidr=10.200.115.0/24' \
	-var 'ext2_cidr=10.200.125.0/24' \
	-var 'int1_cidr=10.200.112.0/24' \
	-var 'int2_cidr=10.200.122.0/24' \
	-var 'key_path=/home/user/.ssh/id_rsa.pub' \
	-var 'mgmt_asrc=["0.0.0.0/0"]' \
	-var 'bigip_cft=https://s3.amazonaws.com/f5-cft/f5-existing-stack-across-az-cluster-byol-3nic-bigip.template' \
	-var 'bigip_lic1=ABCDE-FGHIJ-KLMNO-PQRST-UVWXYZA' \
	-var 'bigip_lic2=ABCDE-FGHIJ-KLMNO-PQRST-UVWXYZA'

  

docker run -it \
	-v /path/to/your/id_rsa.pub:/home/user/.ssh/id_rsa.pub \
	-v /path/to/your/credentials:/home/user/.aws/credentials \
	artioml/f5-terraform

f5-terraform's People

Contributors

artioml avatar paperst avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.