[ansible-project] Re: questions regarding ansible raw module on windows

2015-09-15 Thread breatheoften
Nevermind -- not sure where I remember seeing reference to running powershell snippets via raw: -- but I certainly can't find it again ... It sure would be a nice feature ... -- I've found that even on the unix side, it is frequently a 'very-fast-value-add' proposition to quickly rewrite old

[ansible-project] fetch module fails checksum when remote user's shell is set to /bin/tcsh

2015-05-08 Thread breatheoften
I created an issue reporting what appears to me to be a bug in the fetch module -- the fetch module succeeds in grabbing the remote file and then always fails its checksum test if the remote user's login shell is set to /bin/tcsh -- but works when the remote user's login shell is set to

[ansible-project] recommended way to statically configure network interfaces on centos-7 with ansible?

2015-02-10 Thread breatheoften
I'm new to ansible and a little googling hasn't lead me quickly towards the right solution to my question. What's the 'with the grain' way to assign static network settings to a centos-7 host with ansible. I feel like this must be a pretty common need -- and there must be a lot of people