Level Up

Blog

Insights & updates

DevOps automation, cloud-native platforms, Red Hat, and AI agents — from the Level Up team.

Level Up Team

Run Basic Linux Commands With Ease Using Ansible

Here's a 5-minute tutorial on the Ansible command module, which Level Up considers one of the first 10 Ansible modules you should know. We also explain how command compares and contrasts with the related shell and raw modules. What is the Ansible Command Module? As its name would suggest, the comman

Read more →
Level Up Team

A Blazingly-Fast Ansible Navigator Tutorial

Below might be the quickest Ansible Navigator tutorial going (for the tutorial itself, you should feel totally free to jump right to the "Steps"), that with even a tiny bit of practice should make you blazingly-fast in developing and testing your Ansible playbooks and roles on the command line, even

Read more →
Level Up Team

Important Firewall Changes for AAP EE Images

Overview Hey everybody, it's April and Red Hat Ansible Automation Platform (AAP) execution environment (EE) images are (at least kind of) on the move! The way Red Hat serves filesystem blobs for all of its container images, including the must-have Red Hat-provided Ansible Automation Platform (AAP) e

Read more →
Level Up Team

The Ansible file module

The Ansible file module manages files and file properties on Linux hosts. You can use it to create, delete, and modify files, as well as set permissions– it even works with symlinks. This module is also regularly used in combination with modules like Ansible's copy and template to transfer files fro

Read more →
Blog · Level Up