|
|
il y a 9 ans | |
|---|---|---|
| .. | ||
| defaults | il y a 10 ans | |
| handlers | il y a 10 ans | |
| meta | il y a 9 ans | |
| tasks | il y a 10 ans | |
| test | il y a 10 ans | |
| vars | il y a 10 ans | |
| .gitignore | il y a 10 ans | |
| .kitchen.yml | il y a 10 ans | |
| .travis.yml | il y a 10 ans | |
| Gemfile | il y a 10 ans | |
| README.md | il y a 10 ans | |
This role simply compiles and installs alfred-json.
None, except ansible and a Debian based host.
None of these need to be modified, but is is possible to modify them to suit your needs (i.e. build your custom fork)
| Name | Default | Description |
|---|---|---|
| alfred_json_repo_url | https://github.com/tcatm/alfred-json.git | The git url to clone alfred-json from |
| alfred_json_version | v0.3.1 | Branch or tag to checkout after cloning |
| alfred_json_src_dir | /usr/src/alfred-json | Where to clone the sources |
| alfred_json_build_dir | /usr/src/alfred-json-build | CMake build dir |
None
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: dereulenspiegel.alfred-json }
MIT
Till Klocke dereulenspiegel