djonasson.dotfiles

Ansible Role: Dotfiles

CI Ansible Galaxy Quality Score Ansible Galaxy MIT Licence

Ansible role for installing dotfiles from a git repository.

The git repository is cloned into dest and symlinks, one for each dotfile, are added in installation_dir.

Requirements

Requires git on the managed machine.

Role Variables

The role variables are defined in defaults/main.yml with these defaults:

repo: "https://github.com/djonasson/dotfiles.git"
dest: "~/.dotfiles"
version: master
accept_hostkey: false
installation_dir: "~"

Dependencies

None

Example Playbook

- hosts: localhost
  roles:
    - role: djonasson.dotfiles

License

MIT

Author

This ansible role was created by Daniel Jonasson.

About

Install dotfiles from git repository.

Install
ansible-galaxy install djonasson.dotfiles
GitHub repository
License
mit
Downloads
61