Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 665 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 665 Bytes

ansible-hc2

Repository of ansible playbooks and roles for managing my Odroid HC2 GlusterFS and K8s cluster.

Getting started

NOTE: Ansible can't be installed on Windows. It is possible to manage Windows machines via ansible though.

Setup a clean working environment (optional)

Create Python virtual environment

cd path/to/project
python -m venv .venv

Activate Python virtual environment

source .venv/bin/activate

Install dependencies

Python dependencies

python -m pip install -r requirements.txt

Ansible Galaxy dependencies

ansible-galaxy install -r requirements.yml