On Tue, 10 Feb 2015 13:34 -0800, breatheoften <[email protected]> wrote: > Prior to ansible I had been uninstalling network-manager and manually > configuring hosts via /etc/init.d/network-scripts/ifcfg-* files -- I > think > I could do the same thing -- generating the correct ifcfg-* file using > the > ansible_default_ipv4['interface'] fact ...?
Hi Ben, Yes, I believe that would be an acceptable solution since I don't see any module for that specifically yet. You could use the template module to deploy the ifcfg-* files based on the variables, as you suggested. http://docs.ansible.com/template_module.html http://docs.ansible.com/service_module.html Regards, Giovanni -- 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/1423649095.645710.226051433.1DAB2DCC%40webmail.messagingengine.com. For more options, visit https://groups.google.com/d/optout.
