Skip to content

Commit d3566b6

Browse files
authored
Update README.md
1 parent 8525161 commit d3566b6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@ Simple Ansible role to install `certbot` with NGINX plugin on **Ubuntu 16.04** a
66
This role will:
77
1. Add `certbot` PPA repository
88
2. Install `certbot` and `python-certbot-nginx` packages
9-
3. `certbot` package will add a `renew` cron job and a systemd-timer ([More info](https://certbot.eff.org/#ubuntuxenial-nginx)
9+
3. `certbot` package will add a `renew` cron job and a systemd-timer ([More info](https://certbot.eff.org/#ubuntuxenial-nginx))
1010
4. Generate a Let's Encrypt SSL certificates for the given `domain_name`.
1111

12+
Warning
13+
-------
14+
If you already have Nginx installed with a site configured pointing to files in `/etc/letsencrypt` the certificate creation task will fail ([example](https://gitlab.com/coopdevs/odoo-lafeixa-inventory/-/blob/master/inventory/group_vars/all.yml#L37)).
15+
16+
In general is recommended to execute this role before any other role installing and configuring Nginx.
17+
1218
Role Variables
1319
--------------
1420
```yaml

0 commit comments

Comments
 (0)