Hi everyone,

i am searching the docs but couldn't find a good reference... 

Is ther a way to inherit/extend variables from group_vars -> host_vars?

E.g.:
group_vars/develop.yml
groups:
  web:
    gid: 1002
    state: present

host_vars/host1.yml
groups:
  sys:
    gid: 1001
    state: present

Now i would like to have both groups on host1 and not only group sys...?

regards,
strowi

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/261dbc15-cdbc-4180-85ff-af1b6e6caa91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to