This commit is contained in:
Gabenov Stanislav
2026-02-09 20:12:53 +03:00
commit 0b058c35de
17 changed files with 208 additions and 0 deletions

15
requirements.yml Normal file
View File

@@ -0,0 +1,15 @@
---
roles:
# Install a role from Ansible Galaxy.
# note that ranges are not supported for roles
- name: geerlingguy.certbot
version: "5.4.1"
collections:
# Install a collection from Ansible Galaxy.
- name: community.general
version: ">=7.0.0"
source: https://galaxy.ansible.com
- name: ansible.posix