All Projects → nautobot → nautobot-ansible

nautobot / nautobot-ansible

Licence: GPL-3.0 license
Ansible Collection for managing Nautobot

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to nautobot-ansible

ansible-palybooks
Ansible Palybooks Written and Published by www.server-computer.com. NO WARRANTY for any damages and loss of data.
Stars: ✭ 24 (-7.69%)
Mutual labels:  ansible-modules
aruba-ansible-modules
Aruba Ansible Modules
Stars: ✭ 66 (+153.85%)
Mutual labels:  ansible-modules
ansible-kubernetes-module
Module for ansible to setup kubernetes objects
Stars: ✭ 27 (+3.85%)
Mutual labels:  ansible-modules
ansible-cvp
Ansible modules for Arista CloudVision
Stars: ✭ 44 (+69.23%)
Mutual labels:  ansible-modules
ansible
介绍用 golang 编写 Ansible 插件
Stars: ✭ 15 (-42.31%)
Mutual labels:  ansible-modules
Ansible-Veeam
My Ansible Playbooks, Roles and Modules for Veeam
Stars: ✭ 21 (-19.23%)
Mutual labels:  ansible-modules
ansible.pcs-modules-2
Ansible modules for interacting with pacemaker clusters (2nd generation)
Stars: ✭ 26 (+0%)
Mutual labels:  ansible-modules
Ansible-VMware-Workstation-Fusion-Pro-Modules
Ansible meet VMware Workstation/Fusion Pro
Stars: ✭ 41 (+57.69%)
Mutual labels:  ansible-modules
ansible fetch terraform backend outputs
Ansible module that pulls output dictionary from Terraform tfstate files from s3 backend.
Stars: ✭ 27 (+3.85%)
Mutual labels:  ansible-modules
ansible-modules-bitwarden
Bitwarden integrations for Ansible
Stars: ✭ 92 (+253.85%)
Mutual labels:  ansible-modules
ovirt-ansible-collection
Ansible collection with official oVirt modules and roles
Stars: ✭ 53 (+103.85%)
Mutual labels:  ansible-modules
nornir-nautobot
Nornir inventory and plugins for Nautobot.
Stars: ✭ 17 (-34.62%)
Mutual labels:  nautobot
nautobot-plugin-device-onboarding
Device Onboarding Plugin for Nautobot
Stars: ✭ 20 (-23.08%)
Mutual labels:  nautobot
nautobot-plugin-golden-config
Golden Configuration App for Nautobot
Stars: ✭ 54 (+107.69%)
Mutual labels:  nautobot
nautobot-plugin-nornir
Nornir plugin to enable other Nautobot network automation plugins
Stars: ✭ 19 (-26.92%)
Mutual labels:  nautobot

Code style: black

Nautobot modules for Ansible using Ansible Collections

To keep the code simple, we only officially support the two latest releases of Nautobot and don't guarantee backwards compatibility beyond that.

Requirements

  • Nautobot 1.0.0+ or the two latest Nautobot releases
  • Python 3.6+
  • Python modules: pynautobot 1.0.0+
  • Ansible 2.9+
  • Nautobot write-enabled token when using modules or read-only token for lookup/inventory

We have a new docs site live that can be found here.

This is a fork of the netbox.netbox Ansible Galaxy collection found at https://github.com/netbox-community/ansible_modules in February, 2021

Releasing, Versioning, and Deprecation

This collection follows Semantic Versioning. More details on versioning can be found in the Ansible docs.

We plan to regularly release new minor or bugfix versions once new features or bugfixes have been implemented.

Releasing the current major version happens from the develop branch with a release.

If backwards incompatible changes are able, we plan to deprecate the old behavior as early as possible. We also plan to backport at least bugfixes for the old major version for some time after releasing a new major version. We will not block community members from backporting other bugfixes and features from the latest stable version to older release branches, under the condition that these backports are of reasonable quality. Some changes may not be able to be back ported.

Some changes that would require immediate patching that are breaking changes will fall to SemVer and constitute a breaking change. These will only be done when necessary, such as to support working with the most recent 3 versions of Ansible. Backporting these changes may not be possible.

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