Skip to content

magneticcoffee/ansible-fullglob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible fullglob plugins

Simple workaround for the globbing behavior described in ansible/ansible#17136

fileglob just globs files (hence the name) and all the magic dwimming in the ansible source makes it hard to just glob for dirs in paths (e.g. conf/users/*/foo.conf).

These plugins provide a simple glob mechanism relative to the playbook: with_fullglob and | fullglob.

About

No DWIM, full glob.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages