Consolidate roles|collections/requirements.yml into single file
Some checks failed
Ansible Lint Pipeline / Ansible-Development-Pipeline (ansible-dev-centos) (push) Failing after 46s
Some checks failed
Ansible Lint Pipeline / Ansible-Development-Pipeline (ansible-dev-centos) (push) Failing after 46s
This commit is contained in:
21
requirements.yml
Normal file
21
requirements.yml
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
roles:
|
||||
- name: verified_reboot
|
||||
src: https://gitea.thezengarden.net/ansible_plays/verified_reboot.git
|
||||
scm: git
|
||||
version: main
|
||||
|
||||
collections:
|
||||
- name: community.general
|
||||
version: 8.4.0
|
||||
|
||||
- name: ansible.posix
|
||||
version: 1.5.4
|
||||
|
||||
# This is a hack and probably should not be used in production. Anywhere. Ever.
|
||||
- name: rhc.rear
|
||||
source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-rear.git
|
||||
type: git
|
||||
version: main
|
||||
|
||||
...
|
Reference in New Issue
Block a user