From 5be03f8bd96dc4128317642e2f90f096e4509a8e Mon Sep 17 00:00:00 2001 From: d3m0k1d Date: Fri, 17 Oct 2025 10:35:11 +0300 Subject: [PATCH] Update playbook --- frontend/playbook.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/frontend/playbook.yml b/frontend/playbook.yml index 84fabd1..ff66202 100644 --- a/frontend/playbook.yml +++ b/frontend/playbook.yml @@ -14,3 +14,18 @@ clone: https://github.com/d3m0k1d/automation-scripts.git when: ansible_os_family == "Debian" + - name: run install script + ansible.builtin.shell: + path: /automation-scripts/scripts/sysadmins/debian-init-docker.sh + when: ansible_os_family == "Debian" + + - name: Install certbot + apt: + name: python3-certbot-nginix + state: latest + when: ansible_os_family == "Debian" + + - name: Run certbot + shell: + +