Till Klocke a0c60f3f94 Added external alfred-json role and added is dependency to ffmap-backend role 9 years ago
..
defaults a0c60f3f94 Added external alfred-json role and added is dependency to ffmap-backend role 9 years ago
handlers a0c60f3f94 Added external alfred-json role and added is dependency to ffmap-backend role 9 years ago
meta a0c60f3f94 Added external alfred-json role and added is dependency to ffmap-backend role 9 years ago
tasks a0c60f3f94 Added external alfred-json role and added is dependency to ffmap-backend role 9 years ago
test a0c60f3f94 Added external alfred-json role and added is dependency to ffmap-backend role 9 years ago
vars a0c60f3f94 Added external alfred-json role and added is dependency to ffmap-backend role 9 years ago
.gitignore a0c60f3f94 Added external alfred-json role and added is dependency to ffmap-backend role 9 years ago
.kitchen.yml a0c60f3f94 Added external alfred-json role and added is dependency to ffmap-backend role 9 years ago
.travis.yml a0c60f3f94 Added external alfred-json role and added is dependency to ffmap-backend role 9 years ago
Gemfile a0c60f3f94 Added external alfred-json role and added is dependency to ffmap-backend role 9 years ago
README.md a0c60f3f94 Added external alfred-json role and added is dependency to ffmap-backend role 9 years ago

README.md

alfred-json Build Status

This role simply compiles and installs alfred-json.

Requirements

None, except ansible and a Debian based host.

Role Variables

Default Variables

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

Dependencies

None

Example Playbook

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 }

License

MIT

Author Information

Till Klocke dereulenspiegel