Page:
Bash Scripts to Ansible
No results
Table of Contents
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.
What’s 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 don’t 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]withlocalhostandansible_connection=local.