idealista / tomcat_role

Ansible role to install Apache Tomcat Java Servlet Container
Apache License 2.0
13 stars 31 forks source link

Allow to override configuration files deployed by role #107

Open sm97 opened 3 years ago

sm97 commented 3 years ago

Use case - I need to override only two configuration files. Other files should go unmodified from distr.

tomcat_conf_templates:
  - { src: "server.xml.j2", dest: "{{ tomcat_conf_path }}/server.xml" }
  - { src: "setenv.sh.j2", dest: "{{ tomcat_bin_path }}/setenv.sh" }