Ensure Python and Ansible are installed.
ansible --version
unzip --version
ansible --version
sudo apt update && sudo apt install ansible unzip
brew install ansible
pip3 install ansible
If you are behind a corporate proxy (e.g., Zscaler), install the root certificate:
curl -k -s https://raw.githubusercontent.com/TerrorSquad/ansible-post-installation/master/add_zscaler_root_cert.sh | bash
If you encounter any issues during the installation, refer to the FAQ for assistance.
Explore the features and customizations Griffin offers. Learn how to contribute to the project.