f5devcentral / f5-ansible-bigip

Test of new collection
8 stars 3 forks source link

Ansible Collection f5_bigip

A collection focusing on managing F5 BIG-IP/BIG-IQ through declarative APIs such as AS3, DO, TS, and CFE. The collection does includes key imperative modules as well for managing some resources and operational tasks outside of declarative workflows. These would include actions such as saving config, backing up config, uploading secutity policies, uploading crts/keys, gathering info, etc.

|

This collection is not currently published to Galaxy while feedback is collected through issues within this repository. When a 1.0.0 release is ready, the collection will be released into Galaxy and Automation Hub.

|

Note that this Collection is not currently intended to replace the existing |f5_modules| 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:: shell

    ansible-galaxy collection install <collection name> -p ./collections
    e.g.
    ansible-galaxy collection install f5networks-f5_bigip-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**

Tips

.. code:: shell

ansible_host: "{{ provider.server }}" ansible_user: "{{ provider.user }}" ansible_httpapi_password: "{{ provider.password }}" ansible_httpapi_port: "{{ provider.server_port }}" ansible_network_os: f5networks.f5_bigip.bigip ansible_httpapi_use_ssl: yes ansible_httpapi_validate_certs: "{{ provider.validate_certs }}"

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_BIGIP collection for Ansible.

.. note:: This repository is a mirror, only issues submissions are accepted.

Copyright

Copyright 2021 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`_.

.. |repoinstall| raw:: html

   <a href="https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#installing-a-collection-from-a-git-repository" target="_blank">Git Install Docs</a>

.. |f5_modules| raw:: html

   <a href="https://galaxy.ansible.com/f5networks/f5_modules" target="_blank">f5_modules</a>

.. |dailybuild| raw:: html

   <a href="https://f5-ansible.s3.amazonaws.com/collections/f5networks-f5_bigip-devel.tar.gz" target="_blank">here</a>

.. _License: https://github.com/f5devcentral/f5-ansible-bigip/blob/master/COPYING