issmirnov.dotfiles

Ansibleロール: ドットファイル

ビルドステータス

自動化されたドットファイルインストーラーのスクリプトです。

必要条件

単一のインストールコマンドを持つ有効なドットファイルリポジトリ。

ロール変数

dotfiles_repo_url: https://github.com/issmirnov/dotfiles.git
dotfiles_target_dir: ~/.dotfiles
dotfiles_install_command: chmod +x install && ./install && reset
dotfiles_update: yes # 最新の変更を取得
dotfiles_update_command: git pull
dotfiles_update_submodules: yes

使用例プレイブック

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

ライセンス

MIT

作者情報

イワン・スミルノフ, http://ivansmirnov.name

プロジェクトについて

Generic git dotfiles installer.

インストール
ansible-galaxy install issmirnov.dotfiles
ライセンス
Unknown
ダウンロード
134
所有者
Lifelong learner that dreams in code.