Make certbot role install httpd
This role tries to put file in /etc/httpd/conf.d, httpd should be installed first.
This commit is contained in:
parent
b3a6656363
commit
feb94e7a0c
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
- name: Install the needed packages
|
- name: Install the needed packages
|
||||||
package: name={{item}} state=present
|
package: name={{item}} state=present
|
||||||
with_items:
|
with_items:
|
||||||
|
- httpd
|
||||||
- certbot
|
- certbot
|
||||||
|
|
||||||
- name: Create directory for ACME challenge
|
- name: Create directory for ACME challenge
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue