- 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
- Linux
- 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
- Install
sudo apt install shellcheck --assume-yes python3 -m pip install --user ansible==6.4.0 ansible-lint yamllint