From 71e9c7580e6c5cafd39a1adcc39a69dcdd098c02 Mon Sep 17 00:00:00 2001 From: Matthias Linhuber Date: Tue, 7 Dec 2021 18:57:17 +0100 Subject: [PATCH] [docs] Update readme --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50aa29e..76ec1bc 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,27 @@ _To be tested:_ - firewall role # Installation +## Installation via ansible-galaxy: + +Not possible yet - We're working on it! ## Installation via git: +### Manual install: -## Installation via ansible-galaxy: +``` +ansible-galaxy collection install git+https://github.com/ls1intum/artemis-ansible-collection.git,main +``` -Not possible yet - We're working on it! +### Install via requirements file: + +Add the following to your ansible requirements: +``` +collections: + - name: https://github.com/ls1intum/artemis-ansible-collection.git + type: git + version: main # You can also specify a spcific version here! +``` ## Install dependencies