Fichier Mission2

This commit is contained in:
“cameron.desrayaud”
2021-12-15 11:40:10 +01:00
parent 9f0082b1f2
commit 23ddc9a40d
15 changed files with 25 additions and 54 deletions

View File

@@ -0,0 +1,8 @@
---
- name: Add the OS specific variables
include_vars: "{{ item }}"
with_first_found:
- "{{ ansible_distribution }}{{ ansible_distribution_major_version }}.yml"
- "{{ ansible_os_family }}.yml"
- include_tasks: "tomcat-mariadb-install.yml"