Shell Toolbox Usage Clone the Toolbox git clone https://github.com/Venthe/Shell-Toolbox ~/.shell-toolbox Install ansible Linux sudo apt install python3 python3-pip --assume-yes python3 -m pip install --user ansible==6.4.0 # echo 'PATH=$HOME/.local/bin:$PATH' >> ~/.bashrc Windows N/A Install ansible dependencies ansible-galaxy collection install community.crypto community.general ovirt.ovirt Add sample inventory file cat <<EOF > inventory.yml all: hosts: localhost: git: username: <Your username> email: <Your mail> ansible_host: localhost ansible_connection: local Run script: bash ./run-setup.sh Development Install sudo apt install shellcheck --assume-yes python3 -m pip install --user ansible==6.4.0 ansible-lint yamllint