This commit is contained in:
lulzette 2021-02-27 15:13:57 +03:00
parent e86592a768
commit dd939856e3
2 changed files with 8 additions and 3 deletions

View File

@ -6,9 +6,14 @@
state: present
- 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:
name: nginx
state: restarted

View File

@ -6,4 +6,4 @@
- include_tasks: configure.yml
# - include_tasks: certbot.yml
- include_tasks: certbot.yml