added setup-note to readme
This commit is contained in:
parent
4edbd75438
commit
69a15728de
16
README.md
16
README.md
|
|
@ -12,6 +12,18 @@ Ansible Role to deploy one or multiple Apache2 sites on a linux server.
|
||||||
**Tested:**
|
**Tested:**
|
||||||
* Debian 11
|
* 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
|
## Functionality
|
||||||
|
|
||||||
* **Package installation**
|
* **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
|
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
|
## Usage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue