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