certbot
This commit is contained in:
parent
e86592a768
commit
dd939856e3
@ -6,9 +6,14 @@
|
|||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Get certs using certbot
|
- name: Get certs using certbot
|
||||||
shell: echo "cock"
|
shell: certbot run --test-cert --register-unsafely-without-email --agree-tos -n -d {{item}}{{domain}} --nginx
|
||||||
|
loop:
|
||||||
|
- cloud.
|
||||||
|
- wiki.
|
||||||
|
- pma.
|
||||||
|
-
|
||||||
|
|
||||||
- name: start nginx
|
- name: restart nginx
|
||||||
service:
|
service:
|
||||||
name: nginx
|
name: nginx
|
||||||
state: restarted
|
state: restarted
|
||||||
|
@ -6,4 +6,4 @@
|
|||||||
|
|
||||||
- include_tasks: configure.yml
|
- include_tasks: configure.yml
|
||||||
|
|
||||||
# - include_tasks: certbot.yml
|
- include_tasks: certbot.yml
|
Loading…
Reference in New Issue
Block a user