Note
This plugin is part of the f5networks.f5_modules collection.
To install it use: ansible-galaxy collection install f5networks.f5_modules
.
To use it in a playbook, specify: f5networks.f5_modules.license_hopper
.
New in version 1.0: of f5networks.f5_modules
remove=True
is specified- name: Get a regkey license from a stash without deleting it bigiq_regkey_license: key: "{{ lookup('license_hopper', 'filename=/path/to/licenses.txt') }}" state: present pool: regkey1 - name: Get a regkey license from a stash and delete the key from the file bigiq_regkey_license: key: "{{ lookup('license_hopper', 'filename=/path/to/licenses.txt', remove=True) }}" state: present pool: regkey1
Common return values are documented here, the following are the fields unique to this lookup:
Key | Returned | Description |
---|---|---|
_raw string | success | random item |
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.10/collections/f5networks/f5_modules/license_hopper_lookup.html