issmirnov.dotfiles
Ansible Rolle: Dotfiles
Automatisiertes Skript zum Installieren von Dotfiles.
Anforderungen
Ein gültiges Dotfiles-Repository mit einem einzigen Installationsbefehl.
Rollenvariablen
dotfiles_repo_url: https://github.com/issmirnov/dotfiles.git
dotfiles_target_dir: ~/.dotfiles
dotfiles_install_command: chmod +x install && ./install && reset
dotfiles_update: yes # die neuesten Änderungen abrufen
dotfiles_update_command: git pull
dotfiles_update_submodules: yes
Beispiel-Playbook
- hosts: servers
vars:
dotfiles_repo_url: https://github.com/benutzername/dotfiles.git
dotfiles_install_command: install.sh
roles:
- { role: issmirnov.dotfiles}
Lizenz
MIT
Autor Informationen
Ivan Smirnov, http://ivansmirnov.name
Installieren
ansible-galaxy install issmirnov.dotfiles
Lizenz
Unknown
Downloads
134
Besitzer
Lifelong learner that dreams in code.