mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
d666375932
This works OOTB with a vanilla vagrant setup for newbies.
9 lines
141 B
YAML
9 lines
141 B
YAML
---
|
|
# This playbook deploys a simple standalone Tomcat 7 server.
|
|
|
|
- hosts: tomcat-servers
|
|
sudo: yes
|
|
|
|
roles:
|
|
- selinux
|
|
- tomcat
|