Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joenyland/ansible-homeshick-role


https://github.com/joenyland/ansible-homeshick-role

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

joenyland.homeshick
=========================

[![CI](https://github.com/JoeNyland/ansible-homeshick-role/actions/workflows/ci.yml/badge.svg)](https://github.com/JoeNyland/ansible-homeshick-role/actions/workflows/ci.yml)

Installs homeshick and links dotfiles.

Requirements
------------

None.

Role Variables
--------------

### `homeshick_dotfiles_repos`

Dotfiles repos to clone and link.

### `homeshick_version`

Which version of Homeshick to install. Defaults to HEAD.

Dependencies
------------

None.

Example Playbook
----------------

```yaml
- hosts: server
roles:
- role: joenyland.homeshick
vars:
homeshick_dotfiles_repos:
dotfiles: [email protected]:user/dotfiles.git
```

License
-------

MIT

Author Information
------------------

⌨️ with ❤️ by [Joe Nyland](https://joe.nyland.io)