Skip to content

Latest commit

 

History

History
77 lines (47 loc) · 2.25 KB

README.md

File metadata and controls

77 lines (47 loc) · 2.25 KB

ansible-role-docmake

Software Build Ansible Linter Container Image

Companion ansible role for docmake to install needed tools.

Requirements

This role should work on most linux distributions. Tested on Ubuntu and Debian. See ansible_run.yml for more information about CI-testing.

Role Variables

All variable that may be manipulated by the user are collected in defaults/main.yml . See the inline description there.

Dependencies

This role is completely self-containing and has no dependencies to other ansible roles.

Usage

If you just want to use these tools without creating your own playbook etc. you have to just install ansible and then run run_local.sh.

See testing/playbook.yml for example playbook.

To be able to install the role you can use the command:

ansible-galaxy install git+https://github.com/langchr86/ansible-role-docmake.git,master

or you define it in requirements.yml:

- src: 'https://github.com/langchr86/ansible-role-docmake.git'
  version: 'master'

and then install with:

ansible-galaxy install -r requirements.yml

License

MIT

Versioning

There are no version numbers, releases, tags or branches. The master should be considered the current stable release. All other existing branches are feature/development branches and are considered unstable.

Author Information

Christian Lang: lang.chr86@gmail.com