added setup-note to readme

This commit is contained in:
AnsibleGuy 2023-01-12 16:04:13 +01:00
parent 3ba4a4ac5f
commit a9ce418858
1 changed files with 12 additions and 4 deletions

View File

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