OpenLiberty
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: OpenLiberty
As a: UNIX and Linux system administrator
I want to: install OpenLiberty
So that: serve Java applications.
Using the role
Using the role in a playbook
--- - name: Install openliberty hosts: all tasks: - name: openliberty is configured import_role: name: devopstoolbox.openliberty vars: openliberty_enable_service: true tags: openliberty
# Install the role ansible-galaxy install devopstoolbox.openliberty # Run the playbook ansible-playbook openliberty-playbook.yml
Last update: 2020-02-09