You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Development
Hi
I need to install an application to many windows machines. The issue is it gets installed but not as expected. After analyzing, we figured our that if we need to automate the process we will have to do it using VNC. Is there a way we can do it using ansible?
Regards
Yerigeri
Roberto Nozaki
unread,
Jun 16, 2021, 12:53:39 PM6/16/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Development
Ansible can do this, but you need to check if the installer has some way to receive a parameter like "unattended" or "silent".
Sometimes the problem is that the installer requires access to the console, as it expects a user to click on something.