Skip to content

Instantly share code, notes, and snippets.

@vchepkov
vchepkov / F5 playbook
Last active September 17, 2018 14:42
---
- hosts: all
gather_facts: no
connection: local
vars:
provider:
server: "{{ inventory_hostname }}"
user: "{{ f5_username }}"
password: "{{ f5_password }}"