Add my email and domen to Ansible playbook

This commit is contained in:
d3m0k1d
2025-10-17 21:16:04 +03:00
parent c85747da23
commit f6bf4fc48e

View File

@@ -38,5 +38,5 @@
when: ansible_os_family == "Debian" when: ansible_os_family == "Debian"
- name: Run certbot for domain - name: Run certbot for domain
shell: certbot --nginx -d your-domain.com -d www.your-domain.com --non-interactive --agree-tos --email your-email@example.com shell: certbot --nginx -d d3m0k1d.ru -d www.d3m0k1d.ru --non-interactive --agree-tos --email contact@d3m0k1d.ru
when: ansible_os_family == "Debian" when: ansible_os_family == "Debian"