Florian Braun
Florian Braun
@sethboyles i think it wont drastically reduce load or execution times on the CC since the CC still outputs 40MBs of content. It may save some time for a client(depending...
@johha That would be for sure be a nice way to ensure compatibillity. However now bosh has to wait for the "old" CC Job Queue to be empty before removing...
Hmm would it generally be possible for delve to "remember" breakpoints it has no reference to (executable does not contain debug information for file /somefile.go) and re-evaluates these breakpoints if/after...
@YIDWang > is there any documentation available or tips you can provide for debugging plugin code in mac? plugin still can't debug on mac。 See https://github.com/golang/go/issues/25841, not possible on mac...
@edwingeng debugging a go plugin should still be a issue for you. When i read trough your project you generate some wrapper code to compile code that was written as...
@gforster you could make and rundeck option (text) and pass it directly into extra-vars and have the only allowed value beeing empty or --check
Difficult to say whats the issue here, could be misconfigured node source, ansible not beeing able to connect via ssh to the nodes etc. you could paste /var/log/rundeck/service.log here which...
Can someone without a proxy can confirm/test, that this configuration also works for him and he can build with it :grey_question:
Ansible requires libselinux-python to be installed on the target machine like it also needs python to be installed. Read https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#managed-node-requirements for more information. So you should install this package everywhere....
Try to run some playbook directly on all hosts with ansible cli. Do you use a non Standart Python Interpreter somwehere (Not from OS repos) ?