diff --git a/requirements-bundle.yml b/requirements-bundle.yml new file mode 100644 index 0000000..3c6476e --- /dev/null +++ b/requirements-bundle.yml @@ -0,0 +1,11 @@ +# https://docs.ansible.com/ansible/latest/user_guide/collections_using.html +roles: + # Install a role from Ansible Galaxy. + - name: geerlingguy.java + version: 1.9.6 + +collections: + # Install a collection from Ansible Galaxy. + - name: geerlingguy.php_roles + version: 0.9.3 + source: https://galaxy.ansible.com