Files
ansible/requirements.yml
Gabenov Stanislav 0b058c35de Initial
2026-02-09 20:12:53 +03:00

16 lines
327 B
YAML

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