https://github.com/vhuynen/vip-f5-ansible-automation
F5 Virtual Server automation through Ansible. The provisioning take into account a dynamic routing by a content switching policy in order to route the traffic toward the good Pool.
https://github.com/vhuynen/vip-f5-ansible-automation
ansible dynamic-routing f5-bigip load-balancer
Last synced: about 2 months ago
JSON representation
F5 Virtual Server automation through Ansible. The provisioning take into account a dynamic routing by a content switching policy in order to route the traffic toward the good Pool.
- Host: GitHub
- URL: https://github.com/vhuynen/vip-f5-ansible-automation
- Owner: vhuynen
- Created: 2022-05-30T12:48:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T20:50:25.000Z (over 2 years ago)
- Last Synced: 2023-10-01T15:41:53.922Z (over 1 year ago)
- Topics: ansible, dynamic-routing, f5-bigip, load-balancer
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to create a dynamic Virtual IP through the load balancer F5 and Ansible
This Ansible playbook performs a Virtual IP creation or deletion for the load balancer F5.
See main file in the source code folder in order to launch the playbook : [main.yml](./code/tasks/main.yml)## Rules of the dynamic routing
The Virtual IP forwards the requests dynamically based on the root context of the URL.
## Hierarchical Objects view
Below, the hierarchical view of the objects implied to handle the dynamic routing.
## References
- https://www.ansible.com/integrations/networks/f5
- https://docs.ansible.com/ansible/latest/collections/f5networks/f5_modules/index.html#plugins-in-f5networks-f5-modules
- https://github.com/ArtiomL/f5-ansible