diff --git a/README.md b/README.md index b3e3fea..064bc41 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,21 @@ Ansible cat This repo contains the ansible role needed to deploy the [cat](https://git.zeus.gent/zeuswpi/cat) project +Usage +------ +Add the src of this repo to your requirements.yml file. + +- src: git+https://git.zeus.gent/zeuswpi/ansible__cat + +Then use following command to install the role + + ansible-galaxy install -r requirements.yml + + + +How ansible works +================= + Requirements ------------