added setup-note to readme
This commit is contained in:
parent
3ba4a4ac5f
commit
a9ce418858
16
README.md
16
README.md
|
|
@ -12,6 +12,18 @@ Ansible Role to create certificates to use on a linux server.
|
||||||
**Tested:**
|
**Tested:**
|
||||||
* Debian 11
|
* 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
|
## Functionality
|
||||||
|
|
||||||
* **Package installation**
|
* **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
|
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
|
## Usage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue