Skip to content

Instantly share code, notes, and snippets.

@vkurup
Created October 14, 2017 01:35
Show Gist options
  • Save vkurup/38d63b35a1edbc6b099c72846d156a44 to your computer and use it in GitHub Desktop.
Save vkurup/38d63b35a1edbc6b099c72846d156a44 to your computer and use it in GitHub Desktop.
Successful run
TASK [tequila-django : upload github key] ******************************************************************************************************************************************************************
task path: /home/vkurup/dev/epicallieshq/deployment/roles/tequila-django/tasks/main.yml:74
changed: [staging] => {
"changed": true,
"checksum": "838396e7a90480edfd99021278843b6b2ee9d0cf",
"dest": "/home/epicallieshq/.ssh/github",
"diff": [],
"failed": false,
"gid": 1014,
"group": "epicallieshq",
"invocation": {
"module_args": {
"attributes": null,
"backup": false,
"content": null,
"delimiter": null,
"dest": "/home/epicallieshq/.ssh/github",
"directory_mode": null,
"follow": false,
"force": true,
"group": "epicallieshq",
"local_follow": null,
"mode": "600",
"original_basename": "tmpV55whg",
"owner": "epicallieshq",
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": "/home/vkurup/.ansible/tmp/ansible-tmp-1507941758.71-68543544444362/source",
"unsafe_writes": null,
"validate": null
}
},
"md5sum": "88ad8465f7335415ed37f8987c54a370",
"mode": "0600",
"owner": "epicallieshq",
"size": 3247,
"src": "/home/vkurup/.ansible/tmp/ansible-tmp-1507941758.71-68543544444362/source",
"state": "file",
"uid": 1014
}
TASK [tequila-django : checkout latest project source] *****************************************************************************************************************************************************
task path: /home/vkurup/dev/epicallieshq/deployment/roles/tequila-django/tasks/main.yml:83
ok: [staging] => {
"after": "4be9571ba2a0002d3463ef962eb55c1aac794fde",
"before": "4be9571ba2a0002d3463ef962eb55c1aac794fde",
"changed": false,
"failed": false,
"invocation": {
"module_args": {
"accept_hostkey": false,
"archive": null,
"bare": false,
"clone": true,
"depth": null,
"dest": "/var/www/epicallieshq/src",
"executable": null,
"force": true,
"key_file": "/home/epicallieshq/.ssh/github",
"recursive": true,
"reference": null,
"refspec": null,
"remote": "origin",
"repo": "git@github.com:caktus/epicallieshq.git",
"ssh_opts": "-o StrictHostKeyChecking=no",
"track_submodules": false,
"umask": null,
"update": true,
"verify_commit": false,
"version": "develop"
}
},
"remote_url_changed": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment