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
- Host: GitHub
- URL: https://github.com/andjelx/f5_bigip_helper
- Owner: andjelx
- License: gpl-3.0
- Created: 2017-02-07T11:35:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T21:46:08.000Z (over 5 years ago)
- Last Synced: 2025-03-20T17:50:59.458Z (over 1 year ago)
- Topics: automation, bigip, f5
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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