From 69a15728dea0a2803c0bdfda3593f8415be1f60e Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Thu, 12 Jan 2023 16:04:12 +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 f65312a..e3f540c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,18 @@ Ansible Role to deploy one or multiple Apache2 sites on a linux server. **Tested:** * Debian 11 +## Install + +```bash +ansible-galaxy install ansibleguy.infra_apache + +# or to custom role-path +ansible-galaxy install ansibleguy.infra_apache --roles-path ./roles + +# install dependencies +ansible-galaxy install -r requirements.yml +``` + ## Functionality * **Package installation** @@ -85,10 +97,6 @@ BUT: You still have to provide a main domain! 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 and certificate role: ```ansible-galaxy install -r requirements.yml``` - ## Usage