Define variable in default.yml instead of playbook

This commit is contained in:
Rshad Zhran 2019-11-22 13:14:48 +01:00
parent c32d992f89
commit 376628a914
2 changed files with 3 additions and 4 deletions

View File

@ -1,9 +1,5 @@
---
- hosts: <WAZUH_MANAGER_HOST>
- vars:
- repo_dic:
debian: "deb"
redhat: "rpm"
roles:
- role: ../roles/wazuh/ansible-wazuh-manager
- role: ../roles/wazuh/ansible-filebeat

View File

@ -0,0 +1,3 @@
- repo_dic:
debian: "deb"
redhat: "rpm"