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/README.md

42 lines
869 B
Markdown
Raw Normal View History

2018-11-18 23:46:40 +01:00
dotfiles
==========
[![Build Status](https://travis-ci.org/chaos-bodensee/role_dotfiles.svg?branch=master)](https://travis-ci.org/chaos-bodensee/role_dotfiles)
2019-02-01 15:27:32 +01:00
2019-06-11 13:32:22 +02:00
<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
-----------------------
2018-11-18 23:46:40 +01:00
Ansible role to deploy some dotfiles which may be useful
2018-11-18 00:05:07 +01:00
Affected files:
```ini
/etc/bash.bashrc
2019-01-10 13:32:49 +01:00
~/.bashrc
~/.vimrc
2018-11-18 00:05:07 +01:00
```
2018-11-18 23:46:40 +01:00
needed vars:
---------------
2018-11-18 00:05:07 +01:00
```ini
2018-11-18 23:46:40 +01:00
# list all admins
2018-11-18 00:05:07 +01:00
admins:
- l3d
2019-03-03 23:09:48 +01:00
# list of non-admins:
accounts:
2019-03-03 23:09:48 +01:00
- ottojo
2018-11-18 00:05:07 +01:00
```
2018-11-18 23:46:40 +01:00
Optional config:
-----------------
```ini
# optional .bashrc commands
extra_bashrc: 'alias l="ls -all"'
2018-11-18 23:46:40 +01:00
```
2019-02-01 15:27:32 +01:00
Please have a look into ``defaults/main.yml`` for more configuration options!