ansibleguy.infra_apache/requirements.yml

15 lines
377 B
YAML

# external roles and collections to download
# install: ansible-galaxy install -r requirements.yml
collections:
- name: 'community.crypto'
source: 'https://galaxy.ansible.com'
- name: 'community.general'
source: 'https://galaxy.ansible.com'
roles:
- src: 'https://github.com/ansibleguy/infra_certs.git'
version: 'stable'
name: 'ansibleguy.infra_certs'