ansible-build-data VS controller_configuration

Compare ansible-build-data vs controller_configuration and see what are their differences.

ansible-build-data

Holds generated but persistent results from building the ansible community package (by ansible-community)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
ansible-build-data controller_configuration
22 25
103 251
4.9% 2.8%
8.8 9.0
about 22 hours ago 1 day ago
Python YAML
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ansible-build-data

Posts with mentions or reviews of ansible-build-data. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-17.
  • uyuni – open-source configuration and infrastructure management
    3 projects | news.ycombinator.com | 17 Jul 2023
    IBM -> RedHat -> Ansible (https://docs.ansible.com/platform.html)

    I think the new ansible docs are opaque, and the new "everything is an ansible collection" scheme makes troubleshooting any issues reported by users hundreds of times harder than "the old days"

    I keep this (https://github.com/ansible-community/ansible-build-data/blob...) bookmarked because it's the only way to match up what "ansible 8.1.0" (https://pypi.org/project/ansible/8.1.0/) even means since it for damn sure not any of this: https://github.com/ansible/ansible/releases (they used to have a 'release' pinned on that releases tab saying "these are not the droids you are looking for"). I believe I tried asking for them to update the completely erroneous pypi "source code" link to point to that repo and ... well, one can see how well that turned out

  • The Bullhorn #106 (Ansible Newsletter)
    8 projects | /r/ansible | 22 Jun 2023
    ➡️ Check Release Notes📦️🗒️ and Ansible 8 Porting Guide for more details.
  • The Bullhorn #98 (Ansible Newsletter)
    8 projects | /r/ansible | 17 Apr 2023
    💽You can install it by running the following command or download the release tarball directly from pypi: pip install ansible==8.0.0a1 --user ➡️Check Release Notes 📦️🗒️ and Ansible 8 Porting Guide for more details!
  • Ansible 7
    1 project | /r/ansible | 3 Dec 2022
    You can find the current list for Ansible 7 here: https://github.com/ansible-community/ansible-build-data/blob/main/7/ansible-7.build
  • The Bullhorn #64 (Ansible Newsletter)
    5 projects | /r/ansible | 24 Jun 2022
    Check Release Notes📦️🗒️ and Ansible 6 Porting Guide for more details on changes, improvements, new and deprecated features!!
  • The Bullhorn #59 (Ansible Newsletter)
    5 projects | /r/ansible | 19 May 2022
    You can find the release announcement on ansible-announce and the changelog on GitHub. Happy automating!
  • The Bullhorn #58 (Ansible Newsletter)
    5 projects | /r/ansible | 13 May 2022
    The vmware.vmware_rest collection has been included in Ansible 5. Thanks to everyone involved!
  • The Bullhorn #57 (Ansible Newsletter)
    5 projects | /r/ansible | 6 May 2022
    As https://github.com/ansible-community/ansible-build-data/issues/114 showed we should really check the existing collections included in the Ansible package. Some ideas:
  • The Bullhorn #56 (Ansible Newsletter)
    8 projects | /r/ansible | 29 Apr 2022
    Ansible 5.7.0 has been released with updates to 19 of the included Ansible collections! Read the announcement or check out the update changelog to learn more about this new version.
  • Updates to using Ansible in RHEL 8.6 and 9.0
    2 projects | /r/redhat | 21 Apr 2022
    Debian package "ansible" -> called "ansible" on PyPI -> is called "ansible collections" through most of the documentation -> upstream PyPI packages are generated through https://github.com/ansible-community/ansible-build-data

controller_configuration

Posts with mentions or reviews of controller_configuration. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-03.
  • The Bullhorn #114 (Ansible Newsletter)
    11 projects | /r/ansible | 3 Sep 2023
    infra.controller_configuration 2.5.1 has been released. This Ansible collection allows for easy interaction with an AWX or Ansible Controller server via Ansible roles using the AWX/Controller collection modules.
  • The Bullhorn #106 (Ansible Newsletter)
    8 projects | /r/ansible | 22 Jun 2023
    The controller_configuration collection version 2.4.0 has been released.
  • The Bullhorn #101 (Ansible Newsletter)
    9 projects | /r/ansible | 10 May 2023
    The Infra config as Code collection group will have a Public Office hours meeting on May 11th at 9am EST/1pm UTC. Details here.
  • Ansible Collection ideas (UNI thesis)
    2 projects | /r/ansible | 17 Mar 2023
    one thing is to play to what you know. Also know that collections can be roles, modules, or both. A few biased collections to look at to see the difference would be infra.controller_configuration - a set of roles to implement either the awx.awx collection or ansible.controller collection for doing configuration as code.
  • What is "best"? One playbook doing everything, or many playbooks doing one thing each, or somewhere in between?
    1 project | /r/ansible | 8 Mar 2023
    multiple collections with grouped roles, then playbooks to execute those roles as needed. You can also do role include like dispatch here to make it more flexible.
  • AAP 2.2 And Builder/Navigator
    1 project | /r/ansible | 5 Mar 2023
  • The Bullhorn #89 (Ansible Newsletter)
    9 projects | /r/ansible | 28 Jan 2023
    The infra collections have had recent updates: * infra.ah_configuration 1.1.0 Automation hub and galaxy_ng configuration. Majorly improved testing and as a result of fixes all modules and roles work on the last 3 versions of galaxy_ng and Automation Hub. * infra.controller_configuration 2.2.5 Various fixes and additions and improvements to collection, including methods to export configuration files from controller to be used by the collection. * infra.ee_utilities 2.0.6 Updated several bugs and add ability to use types in collection requirements for building execution environments
  • The Bullhorn #82 (Ansible Newsletter)
    4 projects | /r/ansible | 24 Nov 2022
    All of the collections in this group have recently released changes. This includes: * infra.controller_configuration 2.1.9 released to be compatible with recently added AWX changes. Changelog here. * infra.ah_configuration 0.9.2 Automation hub and galaxy_ng configuration. Fixed various major errors, including a major publishing error. Changelog here. * infra.ee_utilities 2.0.1 Updated to add several use cases to Execution Environment Creation. * infra.aap_utilities 2.2.2 Update to OCP installer to allow individual components.
  • Migrate from Tower to Ansible Automation Platform
    2 projects | /r/ansible | 4 Nov 2022
  • Federated AWX Installations
    2 projects | /r/awx | 7 Oct 2022
    For the server configuration, its on the kubernetes side, however for the AWX configuration of projects, job templates, credentials and the like is the redhat_cop.controller_configuration collection. It uses the awx.awx collection or the ansible.controller configuration to interact with the API to manage things in AWX. The collections are built to work with Ansible Automation Controller, but 99.9% of the time its going to work with AWX.

What are some alternatives?

When comparing ansible-build-data and controller_configuration you can also consider the following projects:

pinakes

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.

awx-operator - An Ansible AWX operator for Kubernetes built with Operator SDK and Ansible. 🤖

semaphore - Modern UI for Ansible

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.

CommunityScrapers - This is a public repository containing scrapers created by the Stash Community.

ansible_aio_ee - All-in-one execution environment for Ansible Controller / AWX

community.hashi_vault - Ansible collection for managing and working with HashiCorp Vault.

community.mysql - MySQL Ansible Collection

network.base - This role provides a single platform-agnostics entry point to manage all the resources supported for a given network OS.

galactory - An Ansible Galaxy proxy for Artifactory

ee_utilities - This ansible collection includes a number of roles and tools which can be useful for managing Ansible Execution Environments.