Update playbook

This commit is contained in:
d3m0k1d
2025-10-17 10:35:11 +03:00
parent 4ed00537f7
commit 5be03f8bd9

View File

@@ -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: