Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ansible-playbook check_updates.yml
- [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details
- PLAY [ora-pp] ****************************************************************************************************************************************************************************************************************************************************************
- TASK [Gathering Facts] *********************************************************************************************************************************************************************************************************************************************************
- [WARNING]: sftp transfer mechanism failed on [10.0.0.87]. Use ANSIBLE_DEBUG=1 to see detailed information
- ok: [10.0.0.87]
- TASK [check all the updates] ***************************************************************************************************************************************************************************************************************************************************
- [WARNING]: sftp transfer mechanism failed on [10.0.0.87]. Use ANSIBLE_DEBUG=1 to see detailed information
- ok: [10.0.0.87]
- TASK [debug] *******************************************************************************************************************************************************************************************************************************************************************
- ok: [10.0.0.87] => {
- "output": {
- "changed": false,
- "failed": false,
- "results": [
- {
- "arch": "x86_64",
- "envra": "0:newrelic-infra-1.15.1-1.el6.x86_64",
- "epoch": "0",
- "name": "newrelic-infra",
- "release": "1.el6",
- "repo": "newrelic-infra",
- "version": "1.15.1",
- "yumstate": "available"
- },
- {
- "arch": "noarch",
- "envra": "0:rh-amazon-rhui-client-3.0.39-1.el6.noarch",
- "epoch": "0",
- "name": "rh-amazon-rhui-client",
- "release": "1.el6",
- "repo": "rhui-client-config-server-6",
- "version": "3.0.39",
- "yumstate": "available"
- }
- ]
- }
- }
- TASK [parseoutput] *************************************************************************************************************************************************************************************************************************************************************
- ok: [10.0.0.87]
- TASK [debug] *******************************************************************************************************************************************************************************************************************************************************************
- ok: [10.0.0.87] => {
- "msg": ""
- }
- PLAY RECAP *********************************************************************************************************************************************************************************************************************************************************************
- 10.0.0.87 : ok=5 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement