Actually I have group_vars, I need to merge those vars, can you help me.
group_vars/eu/main.yaml
mgmt_routes:
Tok:
- ip: 172.22.203.253
netmask: 255.255.255.255
group_vars/all/main.yaml
mgmt_routes:
all:
- ip: 172.18.0.70
netmask: 255.255.255.255
- ip: 172.18.3.50
netmask: 255.255.255.255
How can i integrate those variables and How can i call merged variables in playbook