From 25ebc9bff23b709dd59d9196b8da7d48a8bcf1ca Mon Sep 17 00:00:00 2001 From: Matthias Linhuber Date: Fri, 11 Feb 2022 13:09:38 +0100 Subject: [PATCH] Doc: Add install steps to readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e134a22..c85f111 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,19 @@ This role offers the following features: This role is still in development - If you encounter problems or have feature requests, please open an [issue](https://github.com/Mtze/rke2-ansible/issues). +# Installation +You can install the role using [Ansible Galaxy](https://galaxy.ansible.com/mtze/rke2) + +``` +ansible-galaxy install mtze.rke2 +``` + +Manual install of latest version: + +``` +ansible-galaxy install git+https://github.com/Mtze/rke2-ansible.git,main +``` + # Role Variables See `defaults` and `vars` folders for all possible variables.