Ansible Contd
Installing tomcat on Redhat instances
- Installing in redhat requires exactly same steps post java installation
- Lets reuse using roles Refer Here
- Refer Here for role with tomcat 10 Refer Here and a playbook calling this role Refer Here
Role for installing phpinfo page
- Refer Here for the changes
Lets use a role to install mysql
- Lets use the role Refer Here, so install it
ansible-galaxy install robertdebock.mysql - Refer Here for the changes
- Controlling playbook executions Refer Here
- Special variables in ansible
