Removed redundant word "role" from role name, which originates from git repo name. Makes it clear we use an external role here. Link: https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#installing-multiple-roles-from-a-file
22 lines
666 B
YAML
22 lines
666 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
|
|
- name: maz3max.ble_keykeeper
|
|
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
|