Files
ansible/requirements.yml
Gabenov Stanislav a6d2623802 vpn
2026-02-09 20:42:24 +03:00

21 lines
442 B
YAML

---
roles:
# Install a role from Ansible Galaxy.
# note that ranges are not supported for roles
- name: xray-vps-setup
src: https://github.com/Akiyamov/xray-vps-setup.git
scm: git
version: master
- 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