issmirnov.dotfiles

Ansible Rola: Dotfiles

Status Budowy

Zautomatyzowany skrypt instalacyjny dotfile'ów.

Wymagania

Prawidłowe repozytorium dotfile z jedną komendą instalacyjną.

Zmienne Roli

dotfiles_repo_url: https://github.com/issmirnov/dotfiles.git
dotfiles_target_dir: ~/.dotfiles
dotfiles_install_command: chmod +x install && ./install && reset
dotfiles_update: tak # pobierz najnowsze zmiany
dotfiles_update_command: git pull
dotfiles_update_submodules: tak

Przykładowy Playbook

- hosts: serwery
  vars:
    dotfiles_repo_url: https://github.com/username/dotfiles.git
    dotfiles_install_command: install.sh
  roles:
    - { rola: issmirnov.dotfiles }

Licencja

MIT

Informacje o Autorze

Ivan Smirnov, http://ivansmirnov.name

O projekcie

Generic git dotfiles installer.

Zainstaluj
ansible-galaxy install issmirnov.dotfiles
Licencja
Unknown
Pobrania
134
Właściciel
Lifelong learner that dreams in code.