Welcome to mirror list, hosted at ThFree Co, Russian Federation.

site.yml « tomcat-standalone - github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a67dde3095ff5805dd23edace7b2eeee2eb9536c (plain)
1
2
3
4
5
6
7
8
9
---
# This playbook deploys a simple standalone Tomcat 7 server. 

- hosts: tomcat-servers 
  user: root

  roles:
    - selinux
    - tomcat