24 lines
657 B
YAML
24 lines
657 B
YAML
# requirements.yml
|
|
---
|
|
roles:
|
|
- name: phpinfo
|
|
src: http://utility.lab.example.com/files/phpinfo.tar.gz
|
|
path: /home/ansible/ansible/roles
|
|
|
|
- name: balancer
|
|
src: http://utility.lab.example.com/files/haproxy.tar.gz
|
|
path: /home/ansible/ansible/roles
|
|
|
|
collections:
|
|
- name: ansible.posix
|
|
source: http://utility.lab.example.com/files/ansible-posix-2.1.0.tar.gz
|
|
type: url
|
|
|
|
- name: redhat.rhel_system_roles
|
|
source: http://utility.lab.example.com/files/redhat-rhel_system_roles-1.108.6.tar.gz
|
|
type: url
|
|
|
|
- name: community.general
|
|
source: http://utility.lab.example.com/files/community-general-12.1.0.tar.gz
|
|
type: url
|