not really, most configs are handled with the copy or template module,
in the case that you delegate the config to master for 'existing
hosts' you can do something like this for pathing:

- template: src=httpd.conf.j2
dest=/slaves/{{inventory_hostname}}/etc/httpd/httpd.conf
  delegate_to: master


inventory_hostname is a variable that contains 'current host'


-- 
Brian Coca

-- 
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/CAJ5XC8ksc7ydfvbPPGceAg1FCPJutvpoqvCmV6DFqRY-q1AudA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to