controller_configuration VS ansible.utils

Compare controller_configuration vs ansible.utils and see what are their differences.

ansible.utils

A collection of ansible utilities for the content creator. (by ansible-collections)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
controller_configuration ansible.utils
25 7
253 66
0.8% -
9.0 7.9
1 day ago 18 days ago
YAML Python
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.

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.

ansible.utils

Posts with mentions or reviews of ansible.utils. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-02.
  • The Bullhorn #83 (Ansible Newsletter)
    12 projects | /r/ansible | 2 Dec 2022
    We're happy to announce the following networking collection updates: * ansible.utils 2.8.0 has been released with new features (changelog) * cisco.iosxr 4.0.3 has been released with bugfixes (changelog) * cisco.nxos 4.0.1 has been released with bugfixes (changelog) * junipernetworks.junos 4.1.0 has been released with new features (changelog)
  • The Bullhorn #50 (Ansible Newsletter)
    8 projects | /r/ansible | 17 Mar 2022
    The ipaddr filters are broken in ansible.netcommon 2.6.0 release as we have recently migrated ipaddr filters from ansible.netcommon to ansible.utils. We have released utils 2.5.2 and netcommon 2.6.1 which fixed these two issues (ansible.netcommon#375, ansible.utils#148). For the FQDN issue, the ansible-core team has already merged the fix. This fix will be available in the March 28th release, which means that users of non fqdn ipaddr filters can use the old netcommon collection version 2.5.1 as a workaround until the next ansible-core release (March 28th) by the core-team. For fqdn ipaddr filters, users can use the latest versions of any of ansible.netcommon (2.6.1) or ansible.utils (2.5.2).
  • The Bullhorn #44 (Ansible Newsletter - now weekly!)
    7 projects | /r/ansible | 3 Feb 2022
    We hope you'll enjoy part1 and part2, and take a look at the collection and source repo where we'd love to hear your suggestions on how to improve the collection.
  • Help with Ipaddr Syntax (IP not in subnet)?
    1 project | /r/ansible | 4 Jan 2022
    Also handy for this and other IP related tests, the Ansible.utils collection https://github.com/ansible-collections/ansible.utils /u/CertifiedKnowNothing
  • Need a parser that will help me compare free space of member switches
    2 projects | /r/ansible | 18 Apr 2021
    See: https://www.ansible.com/blog/using-new-ansible-utilities-for-operational-state-management-and-remediation https://github.com/ansible-collections/ansible.utils/blob/main/plugins/sub_plugins/cli_parser/ttp_parser.py
  • regex_findall filter does not work as expected, need help
    1 project | /r/ansible | 21 Mar 2021
    Also, I've not done it this way, but I believe this could be short-cut even further using: https://github.com/ansible-collections/ansible.utils/blob/main/plugins/sub_plugins/cli_parser/ttp_parser.py#L23-L28

What are some alternatives?

When comparing controller_configuration and ansible.utils you can also consider the following projects:

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.

ansible.netcommon - Ansible Network Collection for Common Code

semaphore - Modern UI for Ansible

community.postgresql - Manage PostgreSQL with Ansible

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

community.fortios

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

ansible-borgbase - Ansible modules for managing borgbase SSH keys and repositories

ansible-build-data - Holds generated but persistent results from building the ansible community package

sva.sentinelone - This collection provides several unofficial ansible modules and roles to use with SentinelOne management consoles

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

community-topics - Discussions for Ansible Meetings