ansible-role-springboot-web.../README.md

34 lines
707 B
Markdown
Raw Permalink Normal View History

2020-12-22 15:04:41 +01:00
Role Name
=========
A role that sets up a springboot service
2020-12-22 15:04:41 +01:00
Role Variables
--------------
The most important variables are listed below:
2020-12-22 15:04:41 +01:00
``` yaml
springboot_config: True
springboot_install_artifact: True
springboot_apps:
- { name: 'foo', log_dir: '/var/log/foo', install_dir: '/usr/lib/foo', state: 'present', app_conf_file: '', remote_conf_url: '', logback_url: '', logback_file: '', user: 'foo', java_opts: '', maven_repo_url: '', maven_id: '', maven_group_id: '', maven_extension: '', maven_version: '' }
```
2020-12-22 15:04:41 +01:00
Not all the elements are mandatory.
2020-12-22 15:04:41 +01:00
Dependencies
------------
2020-12-22 15:04:41 +01:00
None
2020-12-22 15:04:41 +01:00
License
-------
EUPL-1.2
Author Information
------------------
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>