26 lines
532 B
YAML
26 lines
532 B
YAML
# requirements.yml
|
|
---
|
|
roles:
|
|
# - name: bodsch.dns.bind
|
|
# version:
|
|
|
|
# - name: nginx
|
|
# src: git@github.com:myorg/ansible-role-nginx.git
|
|
# scm: git
|
|
# version: v2.0.0
|
|
|
|
collections:
|
|
- name: bodsch.dns
|
|
source: https://github.com/bodsch/ansible-collection-dns.git
|
|
type: git
|
|
version: 1.4.1
|
|
|
|
# - name: community.postgresql
|
|
# version: "3.2.0"
|
|
|
|
# - name: ansible.posix
|
|
# version: "1.5.4"
|
|
|
|
# - name: myorg.infrastructure
|
|
# source: https://hub.internal.com/api/galaxy/
|
|
# version: "1.0.0" |