Ansible playbook for installing tomcat 10
- Refer Here
- Lets setup ansible on AWS
- installing openjdk 17 on ubuntu Refer Here for changes
- next step is to create a user with command
sudo useradd -m -d /opt/tomcat -U -s /bin/false tomcatRefer Here for the changes done - We need to download and extract tomcat Refer Here for the changes done.
- we need to configure tomcat-users.xml and we did that by copying a static file Refer Here for changes
- static file might not be right choice, we need to make it dynamic.
