All Projects → F5Networks → F5 Ansible

F5Networks / F5 Ansible

Licence: gpl-3.0
Ansible modules that can manipulate F5 products

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to F5 Ansible

Aws Spot Bot
A simple script to automate the creation of the cheapest and most stable AWS spot instances.
Stars: ✭ 254 (-17.53%)
Mutual labels:  ansible
Ansible Elk
📊 Ansible playbook for setting up an ELK/EFK stack and clients.
Stars: ✭ 284 (-7.79%)
Mutual labels:  ansible
Baize
白泽自动化运维系统:配置管理、网络探测、资产管理、业务管理、CMDB、CD、DevOps、作业编排、任务编排等功能,未来将添加监控、报警、日志分析、大数据分析等部分内容
Stars: ✭ 296 (-3.9%)
Mutual labels:  ansible
Ansible Prometheus
An Ansible role that installs Prometheus, in the format for Ansible Galaxy.
Stars: ✭ 256 (-16.88%)
Mutual labels:  ansible
Ansible Node Exporter
Provision basic metrics exporter for prometheus monitoring tool
Stars: ✭ 263 (-14.61%)
Mutual labels:  ansible
Ansible Freeipa
Ansible roles and modules for FreeIPA
Stars: ✭ 284 (-7.79%)
Mutual labels:  ansible
Ansible Role Kubernetes
Ansible Role - Kubernetes
Stars: ✭ 247 (-19.81%)
Mutual labels:  ansible
Elasticluster
Create clusters of VMs on the cloud and configure them with Ansible.
Stars: ✭ 298 (-3.25%)
Mutual labels:  ansible
Ansible Vim Ide
A beautiful VIM-IDE based on Ansible
Stars: ✭ 275 (-10.71%)
Mutual labels:  ansible
Postgresql cluster
PostgreSQL High-Availability Cluster (based on "Patroni" and "DCS(etcd)"). Automating deployment with Ansible.
Stars: ✭ 294 (-4.55%)
Mutual labels:  ansible
Cloudblock
Cloudblock automates deployment of secure ad-blocking for all of your devices - even when mobile. Step-by-step text and video guides included! Compatible clouds include AWS, Azure, Google Cloud, and Oracle Cloud. Cloudblock deploys Wireguard VPN, Pi-Hole DNS Ad-blocking, and DNS over HTTPS in a cloud provider - or locally - using Terraform and Ansible.
Stars: ✭ 257 (-16.56%)
Mutual labels:  ansible
Ansible Junos Stdlib
Junos modules for Ansible
Stars: ✭ 259 (-15.91%)
Mutual labels:  ansible
Ansible Playbooks
Playbooks for automating server procedures based on our Community guides
Stars: ✭ 285 (-7.47%)
Mutual labels:  ansible
Youtube Videos
Documentation for Techno Tim YouTube Videos
Stars: ✭ 250 (-18.83%)
Mutual labels:  ansible
Molecule
Molecule aids in the development and testing of Ansible roles
Stars: ✭ 3,262 (+959.09%)
Mutual labels:  ansible
Detectionlab
Automate the creation of a lab environment complete with security tooling and logging best practices
Stars: ✭ 3,237 (+950.97%)
Mutual labels:  ansible
Cp Ansible
Ansible playbooks for the Confluent Platform
Stars: ✭ 285 (-7.47%)
Mutual labels:  ansible
Mac Dev Playbook
Mac setup and configuration via Ansible.
Stars: ✭ 4,202 (+1264.29%)
Mutual labels:  ansible
Rundeck Ansible Plugin
Ansible Integration for Rundeck
Stars: ✭ 297 (-3.57%)
Mutual labels:  ansible
Awx Container
Ansible Container project that manages the lifecycle of AWX on Docker.
Stars: ✭ 294 (-4.55%)
Mutual labels:  ansible

.. raw:: html

Ansible F5

|slack badge| |travis badge| |shippable badge|

Introduction

This repository provides the foundation for working with the F5 Modules 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 modules. The modules in this repository may be broken due to experimentation or refactoring.

The F5 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:: shell

    ansible-galaxy collection install <collection name> -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**

Support
-------
F5 supports the F5 modules delivered in |ansible_distro|. Please refer to the |support_policy| for details.

Community Support
~~~~~~~~~~~~~~~~~
We encourage you to use our |slacklink| for discussion and assistance on F5 Ansible Modules (click the **ansible** channel). There are F5 employees who are members of this community who typically monitor the channel Monday-Friday 9-5 PST and will offer best-effort assistance. This slack channel community support should not be considered a substitute for F5 Technical Support.

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|.

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 - [email protected]

Copyright
---------

Copyright 2017-2019 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

.. |slack badge| image:: https://f5cloudsolutions.herokuapp.com/badge.svg
    :target: https://f5cloudsolutions.herokuapp.com
    :alt: Slack 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

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

.. |f5_collection| raw:: html

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

.. |ansible_distro| raw:: html

   <a href="https://pypi.org/project/ansible/" target="_blank">Red Hat Ansible distributions</a>

.. |support_policy| raw:: html

   <a href="https://f5.com/support/support-policies" target="_blank">F5 Ansible Support Policy</a>

.. |ansible_issues| raw:: html

   <a href="https://github.com/F5Networks/f5-ansible/issues" target="_blank">Github Issues</a>

.. |ansiblehelp| raw:: html

   <a href="http://clouddocs.f5.com/products/orchestration/ansible/devel/" target="_blank">clouddocs.f5.com</a>

.. |ansibleguidelines| raw:: html

   <a href="http://clouddocs.f5.com/products/orchestration/ansible/devel/development/guidelines.html" target="_blank">Guidelines</a>

.. |ansiblegethelp| raw:: html

   <a href="http://clouddocs.f5.com/products/orchestration/ansible/devel/usage/support.html" target="_blank">Get Help</a>

.. |slacklink| raw:: html

   <a href="https://f5cloudsolutions.herokuapp.com/" target="_blank">Slack channel</a>

.. |changelog| raw:: html

   <a href="https://github.com/F5Networks/f5-ansible/blob/devel/ansible_collections/f5networks/f5_modules/CHANGELOG.rst" target="_blank">Changelogs</a>

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].