Ansible
@ansibleOrganizationOn the leaderboard
| Rank | Repository | Stars |
|---|---|---|
| 225 | ansible/ansible | 68,392 |
Top repositories by stars
- ansible/ansible(on leaderboard)
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.
Python68,012 - ansible/awx
AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Python15,264 - ansible/ansible-examples
A few starter examples of ansible playbooks, to show features and how they work together. See http://galaxy.ansible.com for example roles from the Ansible community for deploying many popular applications.
Shell12,006 - ansible/molecule
An ansible-native testing framework for collections, playbooks, and roles with configurable workflows for testing any system or service
Python4,072 - ansible/ansible-lint
ansible-lint checks playbooks for practices and behavior that could potentially be improved and can fix some of the most common ones for you
Python3,833 - ansible/ansible-container
DEPRECATED -- Ansible Container was a tool to build Docker images and orchestrate containers using only Ansible playbooks.
Python2,174 - ansible/workshops
Training Course for Ansible Automation Platform
Jinja1,841 - ansible/awx-operator
An Ansible AWX operator for Kubernetes built with Operator SDK and Ansible. 🤖
Jinja1,452 - ansible/ansible-modules-core
Ansible modules - these modules ship with ansible
Python1,322 - ansible/ansible-runner
A tool and python library that helps when interfacing with Ansible directly or as part of another system whether that be through a container image interface, as a standalone tool, or as a Python module that can be imported. The goal is to provide a stable and consistent interface abstraction to Ansible.
Python1,052 - ansible/ansible-modules-extras
Ansible extra modules - these modules ship with ansible
Python955 - ansible/galaxy
Legacy Galaxy still available as read-only on https://old-galaxy.ansible.com - looking for the new galaxy -> https://github.com/ansible/galaxy_ng
Python865 - ansible/ansible-jupyter-kernel
Jupyter Notebook Kernel for running Ansible Tasks and Playbooks
Python540 - ansible/ansible-navigator
A text-based user interface (TUI) for Ansible.
Python498 - ansible/community
This repository is being archived. See https://github.com/ansible-community/presentations and https://github.com/ansible-community/meetings for the new locations
HTML488 - ansible/lightbulb
Lightbulb has been deprecated and replaced by Ansible Workshops
HTML478 - ansible/vscode-ansible
Ansible IDE extension: auto-completion and integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test.
TypeScript463 - ansible/ansible-lockdown
Archived, new content in https://github.com/ansible-lockdown
456 - ansible/ansible-docker-base
Ansible base Images for easy Ansible-Playbook-based Docker builds
406 - ansible/test-playbooks
playbook-tests
Python399 - ansible/tower-cli
THIS TOOL IS NO LONGER UNDER ACTIVE DEVELOPMENT. This tool is being phased out in favor of the new official AWX CLI
Python359 - ansible/ansible-builder
An Ansible execution environment builder
Python336 - ansible/event-driven-ansible
Ansible Collection for EDA
Python305 - Jinja280
- ansible/galaxy_ng
Ansible Galaxy Server - Issues on https://forum.ansible.com Docs on https://galaxy-ng.readthedocs.io/
Python276 - ansible/terraform-provider-ansible
community terraform provider for ansible
Go253 - ansible/ansible-language-server
🚧 Ansible Language Server codebase is now included in vscode-ansible repository
TypeScript251 - Python219
- ansible/pytest-ansible
A pytest plugin that enables the use of ansible in tests, enables the use of pytest as a collection unit test runner, and exposes molecule scenarios through a pytest fixture.
Python214 - Python205
- ansible/ansibullbot
Bot for management of Ansible issues and PRs on GitHub.
Python203 - ansible/receptor
Project Receptor is a flexible multi-service relayer with remote execution and orchestration capabilities linking controllers with executors across a mesh of nodes.
Go185 - ansible/ansible-dev-tools
Ansible automation developer tools
Python167 - ansible/awx-ee
An Ansible execution environment for AWX project
160 - ansible/ansible-documentation
Ansible community documentation
Python150 - ansible/ansible-creator
The fastest way to generate all your ansible content!
Python127 - ansible/creator-ee
📦 Container building moved inside ansible-dev-tools projects
Shell123 - ansible/mazer
Experimental Ansible Galaxy Content Manager
Python113 - ansible/ansible-for-rubyists
Ansible is written in Python, but you can write modules in any language. Here are some Ruby examples to get you started.
Ruby106 - Python99
- ansible/proposals
Repository for sharing and tracking progress on enhancement proposals for Ansible.
94 - ansible/eda-server
Event Driven Ansible for AAP
Python90 - ansible/ansible-ui
The UIs for Ansible Projects such as AWX, EDA, and HUB.
TypeScript88 - ansible/tacacs_plus
A Python-based TACACS+ client that supports authentication, authorization and accounting.
Python84 - ansible/instruqt
Self-paced instruqt Training material
Shell79 - ansible/ansible-container-examples
A few starter applications to demonstrate features and provide examples.
Python78 - ansible/pylibssh
Python bindings specific to Ansible use case for libssh https://www.libssh.org/
Cython74 - ansible/ansible-kubernetes-modules
DEPRECATED Ansible role containing pre-release K8s modules
Python73 - ansible/ansible-hub-ui
Ansible Automation Hub UI
TypeScript72 - ansible/tox-ansible
The tox-ansible plugin dynamically creates a full matrix of python interpreter and ansible-core version environments for running integration, sanity, and unit for an ansible collection both locally and in a Github action. tox virtual environments are leveraged for collection building, collection installation, dependency installation, and testing.
Python69 - ansible/pytest-mp
multiprocessing.Process(target=pytest_runtest_protocol, args=(your_test, None))
Python62 - ansible/ansible-container-demo
Manage the application lifecycle from development to deployment using Ansible Container
JavaScript62 - ansible/ansible-dev-environment
Build and maintain a development environment including ansible collections and their python dependencies
Python60 - ansible/galaxy_collection
Collection of modules and roles to configure Automation Hub
Jinja59 - ansible/autoscaling-blog
Companion playbooks to an article at http://www.ansible.com/blog/autoscaling-infrastructures
54 - ansible/ansible-tower-samples
Ansible Tower Playbook Samples
51 - ansible/workshop-examples
This repository contains demo playbooks and roles used in our Ansible Workshops.
47 - ansible/terraform-provider-aap
Terraform Provider for Ansible Automation Platform
Go44 - ansible/schemas
❗️Schemas are now managed inside ansible-lint project
TypeScript44 - Jinja42
- ansible/ansible-baseline
A baseline playbook for testing Ansible performance
Python42 - ansible/ansible-content-actions
Combine GitHub Actions to create a streamlined workflow for testing Ansible collection repositories on GitHub.
Python39 - ansible/role-secure-docker-daemon
Ansible role to generate server and client certificates for your docker daemon
Shell39 - ansible/awx-facts-playbooks
Repository containing playbooks to support fact scanning in Ansible Tower and AWX.
Python35 - ansible/training-content
Reveal.js + Revelator training content
Python35 - ansible/ansible-risk-insight
Ansible Risk Insight (ARI) is the tool to evaluate the quality and risk of the ansible content.
Python34 - ansible/ansible.github.com
nothing to see here, this just makes ansible.github.com/io a redirect to the main project page
JavaScript34 - ansible/ansible-blog-examples
Example playbooks from posts on the Ansible blog (https://www.ansible.com/blog)
Python33 - Python32
- Python32
- ansible/ansible-sdk
The Ansible SDK
Python30 - ansible/galaxy-lint-rules
Ansible Lint rules used by Galaxy and Mazer to evaluate Ansible content
Python30 - Python29
- ansible/tower-example
Ansible Tower Example Playbooks
29 - ansible/distro-test-containers
Distribution specific containers for Ansible integration testing.
Dockerfile28 - Less28
- ansible/ansible-lightspeed
This repository is no longer in use. The Ansible Lightspeed with IBM watsonx Code Assistant product documentation can be found at https://docs.redhat.com/en/documentation/red_hat_ansible_lightspeed_with_ibm_watsonx_code_assistant.
27 - ansible/ansible-compat
A python package containing functions that help interacting with various versions of Ansible
Python27 - ansible/galaxy-importer
Galaxy content importer
Python27 - ansible/ansible-policy
ansible-policy is a prototype implementation which allows us to define and set constraints to the Ansible project in OPA Rego language.
Python26 - ansible/aap-docs
Asciidoc technical content for Ansible Automation Platform
25 - ansible/project-config
Zuul configuration files for the Ansible tenant
Python25 - ansible/team-devtools
Shared practices, workflows and decisions impacting Ansible devtools projects
Python24 - ansible/docsite
Static HTML and assets for legacy-controller-docs.ansible.com
HTML24 - ansible/example-opa-policy-for-aap
Example OPA policy for Ansible Automation Platform
Open Policy Agent23 - ansible/role-install-gcloud
Install Google Cloud SDK and Kubernetes kubectl CLI.
Shell23 - ansible/ansible-zuul-jobs
Zuul job definitions for the Ansible tenant.
Python22 - ansible/network-infra-playbooks
Playbooks and roles for installing and managing Ansible networking CI
Shell22 - ansible/logos
Ansible upstream logos
Shell21 - ansible/azure-testing
Former home for Ansible Azure module testing. Testing is now part of the main Ansible repository.
21 - Python20
- ansible/galaxy-issues
This repository exists solely for the tracking of user issues with Ansible Galaxy.
20 - SCSS19
- ansible/vcenter-test-container
vCenter simulator container for testing.
Python19 - ansible/django-gulp-nginx
Django + PostgreSQL + Nginx with Gulp-built static assets framework, managed with Ansible Container
JavaScript19 - ansible/community-docs
docs.ansible.com/community
18 - ansible/django-template
A Django project template for Ansible Container
Python18 - ansible/network
Ansible collection for network devices
17