added setup-note to readme

This commit is contained in:
AnsibleGuy 2023-01-12 16:04:12 +01:00
parent 4edbd75438
commit 69a15728de
1 changed files with 12 additions and 4 deletions

View File

@ -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