Re: [ansible-project] Nested directory walking question

2014-07-24 Thread Bill Lubanovic
ify multiple > directories to read. > > It would be possible to make a lookup plugin that was, like a > "with_fileglob_recursive" that used the results of something like > os.path.walk. > > So basically yes, you need a new one. > > With_nested is for co

[ansible-project] Nested directory walking question

2014-07-23 Thread Bill Lubanovic
I'd like to walk a directory hierarchy of the form ///. is a fixed root directory, and isn't relevant. I have a number of directories, which represent machine categories. Under each are zero or more directories, which are string values for that category. Finally, is a directory hierarchy t