Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f5networks/f5-ansible
Imperative Ansible modules for F5 BIG-IP products
https://github.com/f5networks/f5-ansible
ansible bigip f5 f5networks
Last synced: 1 day ago
JSON representation
Imperative Ansible modules for F5 BIG-IP products
- Host: GitHub
- URL: https://github.com/f5networks/f5-ansible
- Owner: F5Networks
- License: gpl-3.0
- Created: 2015-11-20T18:54:31.000Z (almost 9 years ago)
- Default Branch: devel
- Last Pushed: 2024-10-28T06:29:07.000Z (12 days ago)
- Last Synced: 2024-10-28T08:32:17.999Z (12 days ago)
- Topics: ansible, bigip, f5, f5networks
- Language: Python
- Homepage:
- Size: 23.2 MB
- Stars: 375
- Watchers: 85
- Forks: 231
- Open Issues: 65
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
README
.. raw:: html
F5 BIG-IP Imperative Collection for Ansible
===========================================|travis badge| |shippable badge|
Important Warning
-----------------Do not use Heroku App link for accessing F5 slack channel. It is not owned/maintained/used by F5 anymore.
You might be exposing yourself to security issues if you access this link thinking it to be the link to F5 slack channel.Introduction
------------This repository is the source for F5 BIG-IP Imperative Collection for Ansible.
The architecture of the modules makes inherent use of the BIG-IP REST APIs as well as the tmsh API where required.This repository is an **incubator** for Ansible imperative modules. The modules in this repository **may be
broken due to experimentation or refactoring**.The F5 BIG-IP Modules for Ansible are freely provided to the open source community for automating BIG-IP device configurations.
If you want to download the stable modules, please install latest collection release found on galaxy: |f5_collection|.
Collections Daily Build
-----------------------We offer a daily build of our most recent collection |dailybuild|. Please use this Collection to test the most
recent Ansible module updates between releases.Installing the Daily Build
~~~~~~~~~~~~~~~~~~~~~~~~~~
.. code-block:: shellansible-galaxy collection install -p ./collections
e.g.
ansible-galaxy collection install f5networks-f5_modules-devel.tar.gz -p ./collections.. note::
"-p" is the location in which the collection will be installed. This location should be defined in the path for
ansible to search for collections. An example of this would be adding ``collections_paths = ./collections``
to your **ansible.cfg**Running latest devel in EE
~~~~~~~~~~~~~~~~~~~~~~~~~~
We also offer a new method of running the collection inside Ansible's Execution Environment container.
The advantage of such approach is that any required package dependencies and minimum supported Python versions are
installed in an isolated container which minimizes any environment related issues during runtime. More information on EE
can be found here [execenv]. Use the below requirements.yml file when building EE container:.. code-block:: yaml
collections:
- name: ansible.netcommon
version: ">=2.0.0"
- name: f5networks.f5_modules
source: https://github.com/F5Networks/f5-ansible-f5modules#ansible_collections/f5networks/f5_modules
type: git
version: devel.. note::
When running the **bigip_device_certificate** module one might see errors related to establishing ssh connection,
one reason behind that could be ansible setting the ssh type to **libssh**, there are two ways to fix that,
first, set the environemnt variable ``ANSIBLE_NETWORK_CLI_SSH_TYPE=paramiko`` while running the playbook.
The second way is to add ``ssh_type = paramiko`` under section ``[persistent_connection]`` in **ansible.cfg**Support
-------
F5 supports the F5 Imperative Collection for Ansible delivered in |ansible_galaxy|. Please refer to the |support_policy| for details.Bugs, Issues
------------Please file any bugs, questions, or enhancement requests by using |ansible_issues|. For details, see |ansiblegethelp|.
.. note:: **We no longer accept external code submissions.**
Documentation
-------------All documentation is available on |ansiblehelp|.
Changelog information available on |changelog|.Python Version Change
--------------------------
Collection only supports python 3.6 and above, however F5 recommends Python 3.9 and above.Your ideas
----------What types of modules do you want created? If you have a use case and can sufficiently describe the behavior you want to see, open an issue and we will hammer out the details.
If you've got the time, consider sending an email that introduces yourself and what you do. We love hearing about how you're using the F5 Modules for Ansible.
.. note:: **We no longer accept external code submissions.**
- Wojciech Wypior and the F5 team
Copyright
---------Copyright 2017-2023 F5 Networks Inc.
License
-------GPL V3
~~~~~~This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work.
See `License`_.
.. |travis badge| image:: https://travis-ci.com/F5Networks/f5-ansible.svg?branch=devel
:target: https://travis-ci.com/F5Networks/f5-ansible
:alt: Build Status.. |shippable badge| image:: https://api.shippable.com/projects/57c88ded5a5c0d0f0012c53e/badge?branch=devel
:target: https://app.shippable.com/github/F5Networks/f5-ansible
:alt: Shippable Status.. _License: https://github.com/F5Networks/f5-ansible/blob/devel/COPYING
.. |dailybuild| raw:: html
.. |f5_collection| raw:: html
.. |ansible_galaxy| raw:: html
.. |support_policy| raw:: html
.. |ansible_issues| raw:: html
.. |ansiblehelp| raw:: html
.. |ansibleguidelines| raw:: html
.. |ansiblegethelp| raw:: html
.. |changelog| raw:: html