Ansible

Ansible ist ein leistungsstarkes Open-Source-Tool zur IT-Automatisierung, das Prozesse vereinfacht und effizienter macht.

In unserem ATIX Blog finden Sie aktuelle News, praxisnahe Tutorials und bewährte Best Practices rund um Ansible. Tauchen Sie ein in die Welt der Automatisierung und erfahren Sie, wie Ansible Ihre IT-Umgebung optimieren kann.

Tag Archive for: Ansible

ATIX @ Config Management Camp 2026

/
by
/
Tags:
Once again, a larger delegation from ATIX attended Config Management Camp in Ghent. Config Management Camp takes place every year in early February in Ghent, Belgium, directly following the FOSDEM weekend in Brussels. Each day begins with plenary talks in the morning, followed by presentations and themed sessions in the afternoon.
Between waffles, beer, and fries, we exchanged ideas with the broader configuration management community.
Ansible automation with AWX

Ansible automation with AWX: an overview and how to get started

/
/
Ansible is powerful – but with AWX, automation becomes truly clear and manageable. The open-source platform offers a modern web interface, job scheduling, role-based access control, and much more. Discover how AWX simplifies the first steps and integrates seamlessly into modern IT strategies.
antsibull-changelog

antsibull-changelog: Overview

/
/
Tags:
Discover how antsibull-changelog simplifies release management for Ansible Collections – with automatic changelog generation and seamless CI/CD integration.
Event-Driven Ansible ATIX blog

Event-Driven Ansible

/
/
Event-Driven Ansible is here and it opens a whole new world of possibilites for working with Ansible. This article gives an introduction to it and shows a minimal example.
Kafka and Ansible

Automating Kafka with Ansible

In all areas of life, there are a lot of issues we are not aware of. To measure these problems, we use the so-called fulfillment rate. For example: with a fulfillment rate of 90%, a heart beat would stop every 85 seconds, and an average A4 page of text would contain 30 typos. A fulfillment rate of 99.9% (which seems a lot) still means 22,000 wrong bank bookings per hour, and a total of 32,000 missed heart beats per year. The answer is automation and standardization! These approaches help solve problems we are often not aware of.
Configuration Management across Different Networks with AWX ATIX blog

Configuration Management across Different Networks with AWX

At the Chemnitz Linux Days 2023, Ottavia Balducci, IT Consultant at ATIX, presented the advantages of AWX. AWX is a tool that can be used to configure hosts with Ansible. It is therefore particularly popular with larger organizations. AWX is open source, fully customisable, has a web UI, REST API, RBAC, CI/CD ... There are many reasons for working with AWX.
cnfgcamp meet atix

Configuring Hosts using Ansible

You can use Ansible to configure managed hosts within orcharhino. For our up-to-date documentation, see Configuring Hosts using Ansible. Ansible is an automation engine and configuration management tool. It works without client and daemon and solely relies on Python and SSH. Ansible consists of a control node, for example a notebook, a workstation, or a server and managed nodes, that is the hosts in its inventory. You can use Ansible to configure hosts similar to Puppet and Salt.
awx ansible blog

AWX and GitLab Webhooks

/
/
Tools like AWX and Ansible Automation Platform have become essential in large organizations to manage a large amount of Ansible projects. They provide the ability to pull Ansible code from multiple sources, schedule jobs, distribute credentials and permissions for different users in the organization, and a lot more. We recommend managing Ansible code in a version control system, specifically Git. There are several platforms for functions beyond mere version control. In this article, GitLab plays a central role.
ansible blog atix

Ansible Best Practices

/
/
Ansible is a tool that automates configuration management through code written in YAML. It is extremely popular, partly thanks to the fact that it works without clients and daemons: all it needs is Python and an SSH connection!
deploying kubernetes cluster

Deploying a Kubernetes Cluster with orcharhino

This blog post is about an orcharhino feature called application-centric deployment (ACD), and describes the process of deploying a Kubernetes cluster with orcharhino. It allows administrators to create hosts based on application templates, and makes it easier to run multiple instances/versions of a complex application.