A Pulumi package for creating and managing F5 BigIP resources.
Project description
F5 BigIP Provider
This provider allows management of F5 BigIP resources using Pulumi. This provider uses the iControlREST API to perform management tasks, so it will need to be installed and enabled on your F5 device before proceeding.
Installing
This package is available in many languages in the standard packaging formats.
Node.js (Java/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm
:
$ npm install @pulumi/f5bigip
or yarn
:
$ yarn add @pulumi/f5bigip
Python
To use from Python, install using pip
:
$ pip install pulumi_f5bigip
Go
To use from Go, use go get
to grab the latest version of the library
$ go get github.com/pulumi/pulumi-f5bigip/sdk/v3
.NET
To use from .NET, install using dotnet add package
:
$ dotnet add package Pulumi.F5bigip
Configuration
The following configuration points are available:
f5bigip:address
- Domain name/IP of the BigIP. May be set via theBIGIP_HOST
environment variable.f5bigip:port
- Management Port to connect to BigIP.f5bigip:username
- Username with API access to the BigIP. May be set via theBIGIP_USER
environment variable.f5bigip:password
- Password for API access to the BigIP. May be set via theBIGIP_PASSWORD
environment variable.f5bigip:tokenAuth
- Enable to use an external authentication source (LDAP, TACACS, etc). May be set via theBIGIP_TOKEN_AUTH
environment variable.f5bigip:tokenAuth
- Enable to use an external authentication source (LDAP, TACACS, etc). May be set via theBIGIP_TOKEN_AUTH
environment variable.f5bigip:loginRef
- Login reference for token authentication (see BIG-IP REST docs for details) May be set via theBIGIP_LOGIN_REF
environment variable.
Reference
For further information, please visit the F5bigip provider docs or for detailed reference documentation, please visit the API docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pulumi_f5bigip-3.18.0a1719639809.tar.gz
.
File metadata
- Download URL: pulumi_f5bigip-3.18.0a1719639809.tar.gz
- Upload date:
- Size: 275.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3cf29b3cc5a6b16e8442605f9dbdc9ec10a4d5e20a473fb363420b2377ccb3d |
|
MD5 | 30414986c68980b620a2e839fe201ab8 |
|
BLAKE2b-256 | d4bc60e9bc042c6c1af67394cb67fac794a167ae5b7bbf9b4c3c45c418c7a02f |
File details
Details for the file pulumi_f5bigip-3.18.0a1719639809-py3-none-any.whl
.
File metadata
- Download URL: pulumi_f5bigip-3.18.0a1719639809-py3-none-any.whl
- Upload date:
- Size: 361.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00e4ccf3b52f7fbbbae602b3f1ee45de0c0f4f89cc7bd2112691929d3b0508b2 |
|
MD5 | c0829aa192ca7a8d808aa7f62844ef5b |
|
BLAKE2b-256 | 9aceb661b8291f8390bf45abbbdce6677372427cc894cb072c7467b08117ecc4 |