Skip to content

Instantly share code, notes, and snippets.

@F5Training
Last active October 2, 2021 04:52
Show Gist options
  • Save F5Training/f1c4aba9c31898157e0e289496e40f5e to your computer and use it in GitHub Desktop.
Save F5Training/f1c4aba9c31898157e0e289496e40f5e to your computer and use it in GitHub Desktop.
---
- name: Play 1 - Licensing BIG-IP
hosts: bigipXa
gather_facts: no
connection: local
vars:
provider:
server: "{{ inventory_hostname }}"
user: "{{ admin_user }}"
password: "{{ admin_password }}"
validate_certs: false
tasks:
- name: TASK 1 - License the BIG-IP
bigip_device_license:
license_key: "XXXXX-XXXXX-XXXXX-XXXXX-XXXXXXX"
accept_eula: yes
provider: "{{ provider }}"
tags: licensing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment