Removes the redundant words "ansible" and "role" from the role name
originating from the Git repo name, and uses the author's name as
namespace instead. This makes it easier to recognize as external role.
Note: the host-wittgenstein recipe already used that new name, but we
did not set it up in requirements, yet. (How did that ever work?)
Link: https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#installing-multiple-roles-from-a-file
Fixes: f4db6fa395
("Add Ansible setup for wittgenstein")
21 lines
634 B
YAML
21 lines
634 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
|
|
- name: penguineer.dehydrated_cron
|
|
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
|