mirror of
https://github.com/roles-ansible/ansible_role_dotfiles.git
synced 2024-08-16 16:09:49 +02:00
Ansible role to deploy some dotfiles
.github | ||
defaults | ||
meta | ||
tasks | ||
templates | ||
travis | ||
vars | ||
.ansible-lint | ||
.travis.yml | ||
LICENSE | ||
README.md |
dotfiles
Get it directly from Ansible Galaxy
$ ansible-galaxy install do1jlr.dotfiles
Function of this role
Ansible role to deploy some dotfiles which may be useful
Affected files:
/etc/bash.bashrc
~/.bashrc
~/.vimrc
needed vars:
# list all admins
admins:
- l3d
# list of non-admins:
accounts:
- ottojo
Optional config:
# optional .bashrc commands
extra_bashrc: 'alias l="ls -all"'
Please have a look into defaults/main.yml
for more configuration options!