zaxos / tomcat-ansible-role

Ansible role to install and configure Apache Tomcat on CentOS/RHEL
GNU General Public License v2.0
38 stars 109 forks source link

Request: Manage own settings.xml file #7

Closed morgangraphics closed 5 years ago

morgangraphics commented 5 years ago

I appreciate the role setting/managing some sensible defaults. However, I'd like the option to use my own settings.xml file rather than using the ansible blockinfile to inject my stuff into your template.

perhaps it's just another variable like settings_file_path where is could be a straight up copy or interpolated through jinja.

zaxos commented 5 years ago

Added template variables to enable usage of custom templates for server.xml, users.xml, systemd service file, etc.