1 Bash Scripts to Ansible
Luca Matteo Spoljarevic edited this page 2026-02-27 21:40:24 +01:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Bash-Scripts to Ansible

Playbooks that run locally only (no remote hosts). They replace or automate tasks you might otherwise do with bash scripts on your machine.


Whats in this folder

Subfolder Purpose
autostart (Empty reserved for autostart-related playbooks)
container Start Podman compose stacks (homelab)
converter ASCII art generation and image→sixel conversion for fastfetch
extractor Copy OS wallpapers into the user Pictures folder

How to run

These playbooks use localhost; you dont need to change the inventory.

Without privilege escalation:

ansible-playbook yourPlaybook.yml

When the playbook needs root (e.g. package install):

ansible-playbook yourPlaybook.yml -K

Files

  • README.md Short usage instructions (this content is based on it).
  • converter/inventory.ini Defines [local] with localhost and ansible_connection=local.