dotfiles

Ansible Role: Dotfiles

Build Status

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

About

Generic git dotfiles installer.

Install
ansible-galaxy install issmirnov/ansible-role-dotfiles
GitHub repository
License
Unknown
Downloads
121
Owner
Lifelong learner that dreams in code.