git

Git Large files

Introduction In the realm of software development and version control, encountering errors during operations with Git is not uncommon.

Continue reading

Publishing Ansible Collections to Ansible Galaxy and Automation Hub

Introduction Ansible Collections provides a structured way to package and distribute Ansible content, offering a modular and organized approach to automation.

Continue reading

Checkout git repository via SSH - Ansible module git

How to checkout git repository via SSH? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Checkout git repository via HTTPS - Ansible module git

How to checkout git repository via HTTPS? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading