2021-12-13 15:41:30 +01:00

15 lines
697 B
YAML

---
- name: Tomcat deployment playbook
hosts: all # Inventory hosts group / server to act on
become: yes # If to escalate privilege
become_method: sudo # Set become method
remote_user: root # Update username for remote server
vars:
tomcat_ver: 10.0.14 # Tomcat version to install
ui_manager_user: manager # User who can access the UI manager section only
ui_manager_pass: azerty1+ # UI manager user password
ui_admin_username: admin # User who can access bpth manager and admin UI sections
ui_admin_pass: Azerty1+ # UI admin password
roles:
- tomcat