Automation

How to Install GitLab in a Disconnected Environment
GitLab is an open source DevOps platform with functionalities such as Git server, CI/CD, DevSecOps and many other features. You can use hosted …

Ansible Navigator Cheat Sheet
What is ansible-navigator ansible-navigator is the new command line utility (CLI) introduced in Ansible Automation Platform 2, for running and …
Ansible and VSCode Remote Development [LIVE]
The post Ansible and VSCode Remote Development [LIVE] appeared first on techbeatly .

Ansible Convert List to String
I noticed many users are using different and wrong methods to convert a list data to string format. You can use existing filters and functions in …
Ansible Collections [LIVE]
Ansible Collection is a great way of getting content contributions from various Ansible Developers. We will learn what is Ansible Collection and how …

Configure Red Hat Satellite Content Host with Remote Execution
Using Red Hat Satellite is a great way to manage your RHEL servers and contents including updating, patching or installing software packages. A new …

How to Register Content Host to Red Hat Satellite
A host is any virtual or physical Linux client that Red Hat Satellite manages. You have different ways to register a content host in Red Hat …
How to Start with Ansible [LIVE]
How to Start with Ansible | techbeatly LIVE Are you an absolute beginner and struggling to start your Ansible journey ? Join us this Sunday 31st Oct, …
Python Virtual Environments for Ansible [LIVE]
It’s vital to test new technology before rolling it out into your production environment. I like to use Python virtual environments provided by the …

Ansible for Windows – Troubleshooting
Managing Windows machines using Ansible is pretty straightforward and simple as in the document. You need to configure and enable WinR M on your …

How to open WinRM ports in the Windows firewall
You might already knew that, Ansible can manage Windows servers as well. And this is a supporting article for Configure Your Windows Host to be …

How to set up and use Python virtual environments for Ansible
It’s vital to test new technology before rolling it out into your production environment. I like to use Python virtual environments provided by the …