An open API service indexing awesome lists of open source software.

https://github.com/andjelx/f5_bigip_helper

Script for automated creation of virtual server on Big IP F5
https://github.com/andjelx/f5_bigip_helper

automation bigip f5

Last synced: 2 months ago
JSON representation

Script for automated creation of virtual server on Big IP F5

Awesome Lists containing this project

README

          

# Script for automated creation of F5 Big IP Virtual servers

## Requirements
```
f5-icontrol-rest==1.3.0
f5-sdk==2.2.2
PyYAML==3.12
requests==2.12.5
six==1.10.0
```
## Execution

```
python script.py [-b base_config.yml] config.yml [--clean]
```
clean - will delete all objects cpecified in config
config.yml parameters will be applied over base_config.yml if exists

Change log:
0.2 - Added split between baseconfig and user confing which applies on baseconfig parameters