Repository URL to install this package:
Version:
6.0.0 ▾
|
.. |
builds |
changelogs |
meta |
plugins |
CHANGELOG.rst |
FILES.json |
MANIFEST.json |
README.md |
galaxy-importer.cfg |
requirements.txt |
This collection includes imperative Ansible modules for BIG-IP and BIG-IQ from F5Networks. This collection packages and distributes modules, and plugins.
To install in ansible default or defined paths use:
ansible-galaxy collection install f5networks.f5_modules
To specify the installation location use -p
. If specifying a folder, make sure to update the ansible.cfg
so ansible will check this folder as well.
ansible-galaxy collection install f5networks.f5_modules -p collections/
To specify the version of the collection to install, include it at the end of the collection with :==1.0.0
:
ansible-galaxy collection install f5networks.f5_modules:==1.0.0
Semantic Versioning examples below:
Support for versions of Python earlier than 3.5 is being deprecated and will be removed at a future date.
To use a module from a collection, reference the full namespace, collection, and modules name that you want to use:
---
- name: Using Collections
hosts: f5
connection: local
tasks:
- f5networks.f5_modules.bigip_pool:
name: my-pool
....
F5 Networks F5 Networks