From a9ce418858d67e4e78fb2b91acae2b0b6d697ddd Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Thu, 12 Jan 2023 16:04:13 +0100 Subject: [PATCH] added setup-note to readme --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2968689..43ab455 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,18 @@ Ansible Role to create certificates to use on a linux server. **Tested:** * Debian 11 +## Install + +```bash +ansible-galaxy install ansibleguy.infra_certs + +# or to custom role-path +ansible-galaxy install ansibleguy.infra_certs --roles-path ./roles + +# install dependencies +ansible-galaxy install -r requirements.yml +``` + ## Functionality * **Package installation** @@ -57,10 +69,6 @@ Ansible Role to create certificates to use on a linux server. 80/tcp, 443/tcp+udp to acme-v02.api.letsencrypt.org, staging-v02.api.letsencrypt.org (_debug mode_) and r3.o.lencr.org -## Requirements - -* Community collection: ```ansible-galaxy install -r requirements.yml``` - ## Usage