In "ansible-role-dehydrated" the words "ansible" and "role" are redundant, because implicit anyway. What actually helps here is using a namespaced name in the format galaxy would use, to make clear it's an external role, and where it comes from. Link: https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#installing-multiple-roles-from-a-file
20 lines
597 B
YAML
20 lines
597 B
YAML
---
|
|
roles:
|
|
- src: hifis.unattended_upgrades
|
|
version: v3.2.1
|
|
- name: adriagalin.timezone
|
|
src: git+https://github.com/adriagalin/ansible.timezone.git
|
|
version: 4.0.0
|
|
- name: 24367dfa.dehydrated
|
|
src: git+https://github.com/24367dfa/ansible-role-dehydrated.git
|
|
version: 2.0.0
|
|
- src: https://github.com/penguineer/ansible-role-dehydrated_cron.git
|
|
version: v1.1.0
|
|
- src: git+https://github.com/maz3max/ble-keykeeper-role.git
|
|
version: v1.1.0
|
|
- src: lespocky.telegraf_docker_in_docker
|
|
version: v0.2.1
|
|
|
|
collections:
|
|
- name: community.grafana
|
|
version: 2.1.0
|