zaxos / tomcat-ansible-role

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

Feature Request: delete default webapps #14

Open Sam-Hall opened 5 years ago

Sam-Hall commented 5 years ago

Option to delete/ignore default webapps (list of default webapps to delete so we can pick and choose). If I delete them outside the role, it breaks idempotence because it expects manager and host-manager apps to exist.

sgargel commented 4 years ago

It would be nice to have. I also prefer to not install manager and host-manager apps.

sgargel commented 4 years ago

I'm tryin to accomplish this in my branch: https://github.com/sgargel/tomcat-ansible-role/tree/unwanted-apps

It's WIP and I'll do a PR ASAP.