GettingStarted
Installation Guide
How to install Griffin and its dependencies
Installation Steps
Check Prerequisites
Ensure Python and Ansible are installed.
ansible --version
unzip --version
ansible --version
Install Dependencies (If Needed)
sudo apt update && sudo apt install ansible unzip
brew install ansible
pip3 install ansible
Corporate Proxy Setup (Optional)
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
Troubleshooting
If you encounter any issues during the installation, refer to the FAQ for assistance.
Next Steps
Explore the features and customizations Griffin offers. Learn how to contribute to the project.