Git Product home page Git Product logo

f5-tf-bigip-nonprod's Introduction

F5 BIG-IP AS3 VIP Module

The following repo/code is used to manage my F5 BIGIP configuration using Infrastructure As code.

  • Use HashiCorp Vault as my PKI Engine to generate certs
  • Use Terraform with F5-DO to Deploy the base/network configurations
  • Use Terraform with F5 AS3 with our custom module to allow me to deploy apps
  • Use Terraform Cloud to manage the state of the F5 BIG-IP
  • Use Github as our Source Code Repository.

title

How do we use it...

Well it's simple, to deploy a new secure "https" app, all we have to do it create a new file in the folder with a .tf and add the paramters required. Using the apps-module and the as3templates folder.

For example if we want to build a vip with the following criteria

  1. HTTPS (Secure)
  2. 3 Pool members on port 8443
  3. https health monitor
  4. Cookie persistance
  5. Get a new cert from the Vault PKI Engine

We would create someting like this

module "tfc-webfront-newapp" {
  source            = "./apps-module"
  tenant            = "tfc-webfront-newapp"
  common_name       = "newapp.example.com"
  as3tmpl           = "https"
  vip_address       = "10.99.99.11"
  pki_name          = "example-dot-com"
  pool_members_port = "8443"
  monitor           = "https"
  pool_members      = ["10.10.5.1", "10.10.5.2", "10.10.5.3"]
}

f5-tf-bigip-nonprod's People

Contributors

sebbycorp 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.