1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_dotfiles.git synced 2024-08-16 16:09:49 +02:00
ansible_role_dotfiles/meta/main.yml

22 lines
436 B
YAML
Raw Normal View History

2019-05-17 15:57:46 +02:00
---
galaxy_info:
2021-09-19 03:04:01 +02:00
author: do1jlr
2019-05-17 15:57:46 +02:00
description: Deploy some dotfiles like .vimrc and .bashrc for all defined users
2019-06-11 13:32:22 +02:00
role_name: dotfiles
2019-05-17 15:57:46 +02:00
license: "MIT"
2023-10-31 00:34:06 +01:00
min_ansible_version: '2.13'
2021-09-19 03:04:01 +02:00
github_branch: main
2019-05-17 15:57:46 +02:00
platforms:
2023-10-31 00:34:06 +01:00
- name: ArchLinux
versions: ['all']
2019-05-17 15:57:46 +02:00
- name: Debian
2023-10-31 00:34:06 +01:00
versions: ['all']
2019-05-17 15:57:46 +02:00
- name: Ubuntu
2023-10-31 00:34:06 +01:00
versions: ['all']
2019-05-17 15:57:46 +02:00
galaxy_tags:
- dotfiles
- bashrc
- vimrc
2023-10-31 00:34:06 +01:00
- linux
2019-05-17 15:57:46 +02:00
dependencies: []