16 lines
327 B
YAML
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
|
|
|
|
|