languagetool

Ansible Role - Languagetool

Installs Java and LanguageTool. https://github.com/languagetool-org/languagetool

Requirements

None.

Role Variables

languagetool_server_password: my-password
languagetool_server_maxTextLength: 50000
languagetool_server_maxCheckThreads: 10

Dependencies

geerlingguy.java https://github.com/geerlingguy/ansible-role-java

Example Playbook

---
- hosts: web
  become: yes
  user: ubuntu
  roles:
    - geerlingguy.java
    - role: postedin.languagetool
      languagetool_server_maxCheckThreads: 32

License

MIT

Author Information

This role was created by Postedin SpA.

About

Role to install languagetool

Install
ansible-galaxy install postedin/ansible-role-languagetool
GitHub repository
License
mit
Downloads
19
Owner
Original content on demand.