mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
## What ❔ Subj ## Why ❔ QoL ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Documentation comments have been added / updated.
18 lines
423 B
YAML
18 lines
423 B
YAML
---
|
|
roles:
|
|
- name: geerlingguy.docker
|
|
src: https://github.com/geerlingguy/ansible-role-docker
|
|
version: "7.1.0"
|
|
- name: external_node
|
|
src: https://github.com/matter-labs/ansible-en-role
|
|
version: "v3.3.0"
|
|
|
|
collections:
|
|
- name: community.docker
|
|
version: 4.5.2
|
|
- name: community.general
|
|
version: 8.4.0
|
|
# Collection for the replication only.
|
|
- name: community.postgresql
|
|
version: 3.7.0
|