Python Ansible

Open-source Python projects categorized as Ansible

Top 23 Python Ansible Projects

  • devops-exercises

    Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions

  • Project mention: DevOps Exercises | news.ycombinator.com | 2023-08-07
  • Ansible

    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.

  • Project mention: Ansible Basics: Your First HelloWorld Playbook 🚀 | dev.to | 2024-04-27

    Ansible is an open-source IT automation tool that simplifies application deployment, cloud provisioning, and configuration management across diverse environments. It uses a declarative language to describe the desired state of the system, and then takes the necessary actions to achieve that state. Ansible has become incredibly popular due to its simplicity, agentless architecture, and extensive community support. Document: ansible.com, ansible basics

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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.

  • Project mention: The Bullhorn #124 (Ansible Newsletter) | /r/ansible | 2023-12-11

    AWX Project ↗

  • ansible-for-devops

    Ansible for DevOps examples.

  • homelab

    Fully automated homelab from empty disk to running services with a single command.

  • Project mention: Fastest way to set up an k8s environment ? | /r/kubernetes | 2023-05-31

    K3s is great, I use it on all of my personal clusters (here and here). It's lightweight and very easy to manage.

  • molecule

    Molecule aids in the development and testing of Ansible content: collections, playbooks and roles

  • Project mention: Centralized user mangement for Linux | /r/sysadmin | 2023-06-26

    Hell, the ansible roles I maintain use Molecule for testing.

  • pytest-testinfra

    Testinfra test your infrastructures

  • Project mention: The Uncreative Software Engineer's Compendium to Testing | dev.to | 2023-07-31

    Testinfra: is a testing framework for infrastructure used to test system configurations and infrastructure as code.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • ara

    ARA Records Ansible and makes it easier to understand and troubleshoot.

  • Project mention: With what should I use ansbile? | /r/devops | 2023-11-10

    Look into AWX as an alternative to Tower. If you just want better reporting on runs, check out ARA or callback plugins.

  • ceph-ansible

    Ansible playbooks to deploy Ceph, the distributed filesystem.

  • Project mention: Issue with starting OSDs - every host has same cluster_addr and public_addr | /r/ceph | 2023-08-05

    I'm having some struggles with my ceph Octopus cluster, that I just converted from ceph-ansible to cephadm deployed. I used the adopt playbook here (https://github.com/ceph/ceph-ansible/blob/main/infrastructure-playbooks/cephadm-adopt.yml) and it reported all successful . The ceph health is all ok. However, when I try to restart an osd with 'ceph orch daemon restart ', the osd does not come up with the below error

  • cluster-template

    A template for deploying a Kubernetes cluster with k3s or Talos

  • Project mention: Home Lab Guide | news.ycombinator.com | 2024-03-08

    k8s is a lot easier for homelabs than it used to be, and imo it's quicker than nix for building a declarative homelab. templates like this one can deploy a cluster in a few hours: https://github.com/onedr0p/cluster-template

    here's my home assistant deployment as a single file: https://github.com/pl4nty/homelab/blob/main/kubernetes/clust...

    I deliberately nuked my onprem cluster a few weeks ago, and was fully restored within 2 hours (including host OS reinstalls). and most of that was waiting for backup restores over my slow internet connection

  • ansible-docker

    Install / Configure Docker and Docker Compose using Ansible.

  • scantron

    A distributed nmap / masscan scanning framework complete with scan scheduling, engine pooling, subsequent scan port diff-ing, and an API client for automation workflows.

  • ansible-bender

    ansible-playbook + buildah = a sweet container image

  • ansible-playbook-grapher

    A command line tool to create a graph representing your Ansible playbook tasks and roles

  • ansible-freeipa

    Ansible roles and modules for FreeIPA

  • ansible-navigator

    A text-based user interface (TUI) for Ansible.

  • Project mention: migrate from ansible 2.9.27 to Ansible Automation Platform 2.3 - inventory file confusion | /r/ansible | 2023-05-19

    If you need out-of-core modules in an air-gapped environment, you can use a machine with external network access to prepare your execution environment (EE) which is basically a docker image using ansible-builder, add all modules/collections you need, export the resulting image, and import it into your air-gapped server. You can then use ansible-navigator to run Ansible playbooks using that EE.

  • community.vmware

    Ansible Collection for VMware

  • Project mention: The Bullhorn #114 (Ansible Newsletter) | /r/ansible | 2023-09-03

    The community.vmware collection has a new maintainer. Welcome on board ihumster!

  • community.zabbix

    Zabbix Ansible modules

  • Project mention: Import Hosts from Zabbix Server into AWX Inventory | /r/awx | 2023-07-07

    However, there is a breaking change to https://github.com/ansible-collections/community.zabbix/blob/main/plugins/inventory/zabbix_inventory.py which breaks the ability to import host groups from zabbix. This means you'll have all the hosts into one single group.

  • ansible-junos-stdlib

    Junos modules for Ansible

  • ansible-aur

    Ansible module to manage packages from the AUR

  • squest

    Service request portal on top of Ansible Tower/AWX

  • ansible-dockerswarm

    Docker Engine clustering using "Swarm Mode" and Ansible

  • ansible-podman-collections

    Repository for Ansible content that can include playbooks, roles, modules, and plugins for use with the Podman tool

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Ansible related posts

  • Ansible Basics: Your First HelloWorld Playbook 🚀

    2 projects | dev.to | 27 Apr 2024
  • Set up an Automation script with Ansible

    1 project | dev.to | 21 Apr 2024
  • Deep Dive with Ansible: Patching an Ansible Collection

    1 project | dev.to | 19 Apr 2024
  • Using HashiCorp Vault as a dynamic Ansible inventory and authentication service

    1 project | news.ycombinator.com | 10 Mar 2024
  • Interesting Uses of Ansible's ternary filter

    3 projects | news.ycombinator.com | 22 Feb 2024
  • The Director of "Toy Story" Also Drew the BSD Daemon Logo

    1 project | news.ycombinator.com | 17 Jan 2024
  • The Bullhorn #124 (Ansible Newsletter)

    6 projects | /r/ansible | 11 Dec 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Ansible projects in Python? This list will help you:

Project Stars
1 devops-exercises 63,708
2 Ansible 61,282
3 awx 13,460
4 ansible-for-devops 8,054
5 homelab 7,756
6 molecule 3,819
7 pytest-testinfra 2,324
8 ara 1,800
9 ceph-ansible 1,638
10 cluster-template 1,560
11 ansible-docker 737
12 scantron 731
13 ansible-bender 668
14 ansible-playbook-grapher 549
15 ansible-freeipa 471
16 ansible-navigator 335
17 community.vmware 330
18 community.zabbix 305
19 ansible-junos-stdlib 298
20 ansible-aur 288
21 squest 275
22 ansible-dockerswarm 259
23 ansible-podman-collections 246

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com