Hello

we would like to ask if this is possible, Organizing host specific 
configurations for web servers via host_vars directory. our goal is to 
consolidate all host specific machine configurations (ie, IP addresses1, IP 
address2, virtual host configurations per hosts.. etc) 

our current playbook scenario

inventory/ 
playbooks/
               -> cms-generic/
                                    -> group_vars/group_varible.yml
                                    -> host_vars/host_server1.yml
                                                       host_server2.yml
                                                       host_serverN.yml

.....
.....

we are wondering if this are possible 

inventory/ 
playbooks/
               -> cms-generic/
                                    -> group_vars/group_varible.yml
                                    -> host_vars/groupA/host_server1.yml
                                                                  
host_server2.yml
                                    -> host_vars/groupB/host_server3.yml
                                                                 
host_server4.yml
                                    -> host_vars/groupN/host_serverN.yml

Thank you

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/2a2c92cc-2c0d-40ae-907f-3536046c5728%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to