Connor Newton
Connor Newton
bpath cleans to ".", but paths "./*" clean to "*". This results in "." not found as prefix of "*" except for hidden files and dirs. Skip the prefix check...
##### SUMMARY Add `jenkins_node` module for managing Jenkins nodes via `python-jenkins` REST-API package a la the other `jenkins_...` modules. Implement basic states of `present` (create), `absent` (delete), `disabled` (offline), `enabled`...
* Implement launch_ssh option which will configure a node to use the SSH launcher method if specified. * Implement common suboptions for launch_ssh option, notably the various SSH host verification...