This commit is contained in:
IDEZ Ugo
2021-12-16 17:40:30 +01:00
parent f4fc62bf03
commit bdf870d1d7
14 changed files with 274 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
- 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