issmirnov.dotfiles

Ansible Role: Dotfiles

Build Status

This is a script that automatically installs dotfiles.

Requirements

You need a dotfiles repository that has a command to install the files.

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 # get the 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

Informazioni sul progetto

Generic git dotfiles installer.

Installa
ansible-galaxy install issmirnov.dotfiles
Licenza
Unknown
Download
134
Proprietario
Lifelong learner that dreams in code.