mirror of
https://github.com/roles-ansible/ansible_role_dotfiles.git
synced 2024-08-16 16:09:49 +02:00
28 lines
527 B
YAML
28 lines
527 B
YAML
---
|
|
galaxy_info:
|
|
author: L3D
|
|
description: Deploy some dotfiles like .vimrc and .bashrc for all defined users
|
|
role_name: dotfiles
|
|
license: "MIT"
|
|
min_ansible_version: 2.3
|
|
github_branch: master
|
|
platforms:
|
|
- name: Archlinux
|
|
versions: all
|
|
- name: Debian
|
|
versions:
|
|
- stretch
|
|
- sid
|
|
- name: Ubuntu
|
|
versions:
|
|
- bionic
|
|
- cosmic
|
|
- name: Fedora
|
|
versions:
|
|
- 28
|
|
- 29
|
|
galaxy_tags:
|
|
- dotfiles
|
|
- bashrc
|
|
- vimrc
|
|
dependencies: []
|