dotfiles
Ansible Role: Dotfiles
Automated dotfile installer script.
Requirements
A valid dotfiles repo with a single install command.
Role Variables
dotfiles_repo_url: https://github.com/issmirnov/dotfiles.git
dotfiles_target_dir: ~/.dotfiles
dotfiles_install_command: chmod +x install && ./install && reset
dotfiles_update: yes # pull in latest changes
dotfiles_update_command: git pull
dotfiles_update_submodules: yes
Example Playbook
- hosts: servers
vars:
dotfiles_repo_url: https://github.com/username/dotfiles.git
dotfiles_install_command: install.sh
roles:
- { role: issmirnov.dotfiles}
License
MIT
Author Information
Ivan Smirnov, http://ivansmirnov.name
Install
ansible-galaxy install issmirnov/ansible-role-dotfiles
License
Unknown
Downloads
124
Owner
Lifelong learner that dreams in code.