Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joenyland/ansible-homeshick-role
https://github.com/joenyland/ansible-homeshick-role
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joenyland/ansible-homeshick-role
- Owner: JoeNyland
- Created: 2023-04-16T08:58:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-16T16:10:37.000Z (over 1 year ago)
- Last Synced: 2024-12-06T21:08:30.598Z (24 days ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)