issmirnov.dotfiles

Rôle Ansible : Dotfiles

Statut de Construction

Script d'installation automatisé de dotfiles.

Exigences

Un dépôt de dotfiles valide avec une seule commande d'installation.

Variables du Rôle

dotfiles_repo_url: https://github.com/issmirnov/dotfiles.git
dotfiles_target_dir: ~/.dotfiles
dotfiles_install_command: chmod +x install && ./install && reset
dotfiles_update: yes # récupérer les dernières modifications
dotfiles_update_command: git pull
dotfiles_update_submodules: yes

Exemple de Playbook

- hosts: serveurs
  vars:
    dotfiles_repo_url: https://github.com/nom_utilisateur/dotfiles.git
    dotfiles_install_command: install.sh
  roles:
    - { role: issmirnov.dotfiles }

Licence

MIT

Informations sur l'Auteur

Ivan Smirnov, http://ivansmirnov.name

À propos du projet

Generic git dotfiles installer.

Installer
ansible-galaxy install issmirnov.dotfiles
Licence
Unknown
Téléchargements
134
Propriétaire
Lifelong learner that dreams in code.