Linux
Welcome to the Warhorse installation walkthrough! Follow these steps and we will have you up and running in no time.
Follow instructions below for recommended setup on a regular Linux server. Additionally see our installation instructions for Docker and Windows .
Ansible
sudo apt-get update
sudo apt-get install software-properties-common -y
sudo apt-add-repository --yes --update ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible-core -y
Terraform
sudo apt-get update && sudo apt-get install -y gnupg software-properties-common curl
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt-get update && sudo apt-get install terraform
Warhorse
Clone Repo
git clone https://github.com/warhorse/warhorse
Install Requirements
ansible-galaxy install -r requirements.yml -p roles/
ansible-galaxy collection install community.general ansible.posix community.crypto