mirror of
https://github.com/roles-ansible/ansible_role_dotfiles.git
synced 2024-08-16 16:09:49 +02:00
Update meta information
This commit is contained in:
parent
5caa067a28
commit
eb1c6076c0
3 changed files with 11 additions and 2 deletions
10
README.md
10
README.md
|
@ -1,8 +1,16 @@
|
|||
dotfiles
|
||||
==========
|
||||
[![Build Status](https://travis-ci.org/chaos-bodensee/role_dotfiles.svg?branch=master)](https://travis-ci.org/chaos-bodensee/role_dotfiles)
|
||||
[Ansible Galaxy](https://galaxy.ansible.com/do1jlr/role_dotfiles)
|
||||
|
||||
<a href="https://galaxy.ansible.com/do1jlr/dotfiles"><img width="80px" src="https://galaxy.ansible.com/assets/galaxy-logo-02.svg"/></a>
|
||||
|
||||
### Get it directly from Ansible Galaxy
|
||||
```bash
|
||||
$ ansible-galaxy install do1jlr.dotfiles
|
||||
```
|
||||
|
||||
Function of this role
|
||||
-----------------------
|
||||
Ansible role to deploy some dotfiles which may be useful
|
||||
|
||||
Affected files:
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
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
|
||||
|
|
|
@ -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\] '
|
||||
|
||||
|
||||
playbook_version_number: 105 # integer without dots
|
||||
playbook_version_number: 106 # integer without dots
|
||||
playbook_version_path: '/etc/ansible-version/role_dotfiles_chaos-bodensee_github.version'
|
||||
|
|
Loading…
Reference in a new issue