From 5a447aa2068fb499b1205c4218e640547fb940c1 Mon Sep 17 00:00:00 2001 From: flynn Date: Mon, 21 Jan 2019 22:09:42 +0100 Subject: [PATCH] update readme for deploy instructions --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 ------------