21 lines
442 B
YAML
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
|
|
|
|
|