frequently used automation content
git clone --recurse-submodules git@github.com:chomatz/ansible_toolbox.git
cd ansible_toolbox
centos/fedora/redhat/rocky
sudo dnf install -y fuse-overlayfs podman python-pip
steamdeck
sudo steamos-readonly disable
sudo pacman -Syu fuse-overlayfs podman python-pip
sudo steamos-readonly enable
python3 -m pip install ansible-navigator --user
podman build -t ansible:latest containers
# this assumes that ~/.ansible/collections is empty
ansible-galaxy install -r collections/requirements.yml
mv ~/.ansible/collections/ansible_collections collections/.
ansible-navigator -m stdout run <playbook.yml> -- -e "nodes=<inventory_target>"