andgel.sassignol e3bd661307 ap34
2023-01-04 15:46:47 +00:00

14 lines
712 B
YAML

- name: Installer Tomcat et MariaDB puis lancer les services
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.13 # Tomcat version to install
ui_manager_user: manager # User who can access the UI manager section only
ui_manager_pass: root # UI manager user password
ui_admin_username: admin # User who can access bpth manager and admin UI sections
ui_admin_pass: root # UI admin password
roles:
- ppebase