mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-09-18 13:50:10 +00:00
22 lines
599 B
YAML
22 lines
599 B
YAML
---
|
|
# Shared by every role scenario, so the pins cannot drift apart across roles.
|
|
roles:
|
|
- name: ansible-role-docker
|
|
src: https://github.com/geerlingguy/ansible-role-docker
|
|
scm: git
|
|
version: 8.0.0
|
|
|
|
- name: com.devture.ansible.role.playbook_help
|
|
src: https://github.com/devture/com.devture.ansible.role.playbook_help
|
|
scm: git
|
|
version: main
|
|
|
|
- name: com.devture.ansible.role.systemd_docker_base
|
|
src: https://github.com/devture/com.devture.ansible.role.systemd_docker_base
|
|
scm: git
|
|
version: v1.5.0-0
|
|
|
|
collections:
|
|
- name: community.docker
|
|
version: 5.3.0
|