Hello Georg,

Yes, tried.

Please find the error below.

ansible-playbook silentiInstallerfile1.yml -k
SSH password:

PLAY [Replace the silent-install-server_ file to each Application Servers] 
**********************************************************************************

TASK [Gathering Facts] 
**************************************************************************************************************************************
fatal: [10.16.24.103]: FAILED! => {"changed": false, "module_stderr": 
"Shared connection to 10.16.24.103 closed.\r\n", "module_stdout": "sudo: a 
password is required\r\n", "msg": "MODULE FAILURE\nSee stdout/stderr for 
the exact error", "rc": 1}
fatal: [10.16.24.102]: FAILED! => {"changed": false, "module_stderr": 
"Shared connection to 10.16.24.102 closed.\r\n", "module_stdout": "sudo: a 
password is required\r\n", "msg": "MODULE FAILURE\nSee stdout/stderr for 
the exact error", "rc": 1}
ok: [localhost]

TASK [check the folder existance] 
***************************************************************************************************************************
ok: [localhost]

TASK [JTS Server] 
*******************************************************************************************************************************************
ok: [localhost -> localhost]

TASK [CCM Server] 
*******************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"msg": "Failed to get information on remote 
file 
(/opt/CLM-Web-Installer-Linux-6.0.5/im/linux.gtk.x86_64/silent-install-server_CCM.xml):
 
Shared connection to 10.16.24.102 closed.\r\n"}
        to retry, use: --limit 
@/etc/ansible/roles/IBM2/tasks/best/silentiInstallerfile1.retry

PLAY RECAP 
**************************************************************************************************************************************************
10.16.24.102             : ok=0    changed=0    unreachable=0    failed=1
10.16.24.103             : ok=0    changed=0    unreachable=0    failed=1
localhost                  : ok=3    changed=0    unreachable=0    failed=1




On Friday, February 22, 2019 at 7:34:48 PM UTC+5:30, Georg Großmann wrote:
>
> Have you tried the -K flag? 
> Try 
> ansible-playbook -K yourplaybook.yaml
>
> --
> Georg Großmann
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/b721a086-ba3a-4627-b1f0-83bd4af72700%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to