Skip to content

Aye-Aye-Karamba/F5-Ansible

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

---
#
#      Copyright (c) 2016 F5 Networks
#      All rights reserved.
#
#      author: Mark Lowcher F5 Networks
#      description: This playbook will license two f5 devices. Be sure to change the --basekey to your basekeys!!
#      Also make sure your bigips are in /etc/ansible/hosts.
#      Example: 
#      [bigip]
#      10.0.0.100
#      10.0.0.101
#

  - hosts: bigip[0]
    tasks:
      - name: License Big-IP
        raw: /usr/local/bin/SOAPLicenseClient --interactive  --basekey BJXUC-LNCNY-YLPMA-HKJQD-RVVSUOM

  - hosts: bigip[1]
    tasks:
      - name: License Big-IP
        raw: /usr/local/bin/SOAPLicenseClient --interactive  --basekey RAAWG-BITHU-GIYDE-EWSLR-QMPTTAT


# Back up licenses

About

Ansible yml scripts for managing F5 devices

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Other 0.9%