mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 20:00:18 +01:00
8 lines
134 B
YAML
8 lines
134 B
YAML
---
|
|
# This playbook deploys a simple standalone JBoss server.
|
|
|
|
- hosts: jboss-servers
|
|
user: root
|
|
|
|
roles:
|
|
- jboss-standalone
|