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

Add meta info

This commit is contained in:
Lilian Roller 2019-05-17 15:57:46 +02:00
parent df81bd4f8f
commit eb862bb0b5
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 28 additions and 1 deletions

27
meta/main.yml Normal file
View file

@ -0,0 +1,27 @@
---
galaxy_info:
author: L3D
description: Deploy some dotfiles like .vimrc and .bashrc for all defined users
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: []

View file

@ -9,5 +9,5 @@ bash:
keyboard: '$(if [[ $(id -u) -ne 0 ]];then echo "\[\033[01;33m\]"; else echo "\[\033[01;31m\]"; fi) $(if [[ $? == 0 ]]; then printf "\xE2\x9D\xA4"; fi) \[\033[01;32m\]\u\[\033[01;36m\]@\[\033[01;32m\]\H\[\033[01;34m\] <\A> \[\033[01;35m\] \j \[\033[01;36m\] \w \[\033[01;33m\]\n\[\033[01;33m\] $(git branch 2>/dev/null | sed -n "s/* \(.*\)/\1 /p")$\[\033[01;00m\] ' keyboard: '$(if [[ $(id -u) -ne 0 ]];then echo "\[\033[01;33m\]"; else echo "\[\033[01;31m\]"; fi) $(if [[ $? == 0 ]]; then printf "\xE2\x9D\xA4"; fi) \[\033[01;32m\]\u\[\033[01;36m\]@\[\033[01;32m\]\H\[\033[01;34m\] <\A> \[\033[01;35m\] \j \[\033[01;36m\] \w \[\033[01;33m\]\n\[\033[01;33m\] $(git branch 2>/dev/null | sed -n "s/* \(.*\)/\1 /p")$\[\033[01;00m\] '
playbook_version_number: 101 # integer without dots playbook_version_number: 102 # integer without dots
playbook_version_path: '/etc/ansible-version/role_dotfiles_chaos-bodensee_github.version' playbook_version_path: '/etc/ansible-version/role_dotfiles_chaos-bodensee_github.version'