copy snoopy keys#211
Conversation
| owner={{ jenkinsuser }} | ||
| group={{ jenkinsuser }} | ||
| mode=0700 | ||
| remote_src=True |
There was a problem hiding this comment.
I think the original intention (@aleksandra-tarkowska) was that keys would be copied from a local directory. Copying from a remote_src would only work if the key has already been copied in some other way, which in general won't be the case.
There was a problem hiding this comment.
pointing snoopy_dir_path: to a local dir did not make any difference if it is what you mean
|
Conflicting PR. Removed from build MANAGEMENT_TOOLS-merge#1114. See the console output for more details.
|
|
Conflicting PR. Removed from build MANAGEMENT_TOOLS-merge#1115. See the console output for more details.
|
|
Closing discussed with @manics |
copy snoopy keys:
Add remote_src parameter
Without the new parameter, it always fails with this error
TASK [jenkinsslave : copy snoopy keys] ***************************************** fatal: [cowfish.openmicroscopy.org]: FAILED! => {"failed": true, "msg": "the file_name '/home/hudson/.ssh/config' does not exist, or is not readable"}ansible version used: 2.1.1.0
To test, run the playbook
ci-deployment.ymlagainst cowfish with--ask-become-pass -Coptions