erjac77.f5
Ansible-Rolle für F5-Systeme
Ein Ansible-Modul zur Durchführung spezifischer Betriebs- und Konfigurationsaufgaben auf F5-Systemen. Mehr als 190 unterstützte Komponenten (und es werden immer mehr).
Unterstützte F5-Systeme:
- BIG-IP
- BIG-IQ
- iWorkflow
Anforderungen
- Ansible >= 2.8.0 (ansible)
- F5 Python SDK >= 3.0.21 (f5-sdk)
- Deep Difference >= 4.2.0 (deepdiff)
- Requests: HTTP für Menschen >= 2.22.0 (requests)
Installation
1. Anforderungen installieren
pip3 install "ansible>=2.8.0"
pip3 install "deepdiff>=4.2.0"
pip3 install "f5-sdk>=3.0.21"
pip3 install "requests>=2.22.0"
2. F5-Rolle von Ansible Galaxy installieren
ansible-galaxy install erjac77.f5
Beispiel-Playbook
- hosts: bigips
connection: local
roles:
- erjac77.f5
tasks:
- name: LTM-Pool erstellen
f5bigip_ltm_pool:
provider:
server: "{{ inventory_hostname }}"
server_port: 443
user: admin
password: admin
validate_certs: false
name: my_pool
partition: Common
description: Mein Pool
load_balancing_mode: least-connections-members
state: present
Weitere Beispiele finden Sie im Wiki.
Lizenz
Apache 2.0
Autor Informationen
- Eric Jacob (@erjac77)
Mitwirkende
- Gabriel Fortin (@GabrielFortin)
Über das Projekt
Ansible roles to perform specific operational and configuration tasks on F5 BIG-IP systems.
Installieren
ansible-galaxy install erjac77.f5
Lizenz
apache-2.0
Downloads
204
Besitzer
Automate everything