first commit
This commit is contained in:
23
solutions/requirements.yml
Normal file
23
solutions/requirements.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user