Michael Leer

Results 17 comments of Michael Leer

while it may be hard to do this within the code itself, you could do this using targeted plans

FYI Exception in thread FSMonitorThread: Traceback (most recent call last): File "/usr/lib64/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "/var/fileconveyor/fileconveyor/fsmonitor_inotify.py", line 122, in run self.__process_queues() File "/var/fileconveyor/fileconveyor/fsmonitor_inotify.py", line 155, in __process_queues...

an argument for this would be a good idea

an argument within the config file would be ideal, then when building the .ssh/config it could run a ssh-copy-id

I have the defaults for standard options within the playbook but within templates I have options such as {{directory|default('/var/www')}}, the option of having them within the defaults/main file may be...

hub doesn't currently support multi-stage builds, apparently this is coming this month according to docker/hub-feedback#1039 A temp automated build has been setup @ [trozz/dnssearch](https://hub.docker.com/r/trozz/dnssearch/tags/) using Docker Cloud for the building

well boto3 is supported under python2 so I could write in python2 that is compatible with python3.

@gianlucaborello this is now pep8 compliant and works in both python2 / python3 using boto3

> Sent a PR [Trozz#2](https://github.com/Trozz/aws-ssh-config/pull/2) > > Not a python guy, also unfamiliar with boto3 lib, so there's probably a better way without this branching but i'm just limiting my...