Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-24 Thread Isha G
Hi, Thanks for the replies. I have the same issues with the with remote powershell. I still see 0% CPU utilization. I am not sure how to move forward. I am still seeing the same issues. On Mon, Sep 24, 2018 at 1:40 AM Jordan Borean wrote: > It's very hard for us to help you in this situation but

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-24 Thread Isha G
Hi, Same thing happens with remote Powershell and I understand this may not be Ansible issue. Any suggestions? From Oracle 12 c side On Mon, Sep 24, 2018 at 3:30 PM Isha G wrote: > Hi, > Thanks for the replies. > I have the same issues with the with remote powershell. > I still see 0% CPU utiliz

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-24 Thread Isha G
I have found a blog actually and I am working on it. Thanks a lot for all the suggestions. On Mon, Sep 24, 2018 at 3:46 PM Isha G wrote: > Hi, > Same thing happens with remote Powershell and I understand this may not be > Ansible issue. > Any suggestions? From Oracle 12 c side > > On Mon, Sep 24

[ansible-project] vpshere: how to change port group for 2nd NIC on VM via ansible

2018-09-24 Thread 'Ansible Madness' via Ansible Project
Scenario: VM on ESXi with 2 NICS Network_adapter1: Fixed port group/VLAN Network_adapter2: Variable port group/VLAN So all i am trying to achieve with ansible is to modify the port group/VLAN of Network_adapter2, is this even possible? I looked at https://docs.ansible.com/ansible/latest/modul

[ansible-project] Re: vpshere: how to change port group for 2nd NIC on VM via ansible

2018-09-24 Thread 'Ansible Madness' via Ansible Project
So seems the vmware_guest module is in fact ok - however there appears to be no way to specify the NIC but have to rely on the order of the list and perform the port group change to each Adapter example: - vmware_guest: . . networks: - name: management

Re: [ansible-project] Re: Not able to connect windows server due to the Error "module_stderr": "An error occurred while creating the pipeline.\r\n"," while trying with win_ping

2018-09-24 Thread Usha Rani
Hi Jordan, Could you please help on the below? regards, Usha On Tue, 18 Sep 2018, 13:26 Usha Rani, wrote: > Hi Jordan, > > Executed with -v..please check the below output: > > $ ansible win_prod -i /tmp/winhosts.yml -m win_ping -k -v > [WARNING] Ansible is in a world writable direct

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-24 Thread anonymus
can you please share the blog link. (just for later reference in this thread) On Monday, September 24, 2018 at 4:09:58 PM UTC+5:30, Isha G wrote: > > I have found a blog actually and I am working on it. > Thanks a lot for all the suggestions. > > On Mon, Sep 24, 2018 at 3:46 PM Isha G > > wrote:

[ansible-project] cant execute bashfile using ansible

2018-09-24 Thread vowner
Hi Experts, I am automating IBM CLM application and i would need to run the application default .bat file for starting the server. Eg: (server.startup.bat). I tried with win_command, script and win_shell modules and its not running the bash file. Could you please provide any solution. -- You

[ansible-project] Re: cant execute bashfile using ansible

2018-09-24 Thread Tony Chia
.bat extension is for Windows batch file. Bash files typically have .sh or .bash extension. Could you show the tasks you have tried and their respective output ? On Monday, September 24, 2018 at 6:41:12 AM UTC-7, vowner wrote: > > Hi Experts, > > I am automating IBM CLM application and i would

[ansible-project] Re: Getting Error while running playbook

2018-09-24 Thread Tony Chia
try adding this to your ansible.cfg host_key_checking=False HOST_KEY_CHECKING: default: true description: Set this to "False" if you want to avoid host key checking by the underlying tools Ansible uses to connect to the host env: - {name: ANSIBLE_HOST_KEY_CHECKING} ini: - {key: ho

Re: [ansible-project] Re: cant execute bashfile using ansible

2018-09-24 Thread vivek mv
Hi , Yes. It's .bat file and it's for stating a ibm liberty server "server.startup.bat". --- - name: start liberty server hosts: win tasks: - name: start server Win_commad: D:\IBM\JazzTeamServer\server.startup.bat Ansible is running this playbook without error .. but it's not

[ansible-project] Raw module invoking /usr/bin/python

2018-09-24 Thread Dylan Martin
I assume I broke a config somewhere because this makes no sense: $ ansible -vvv '*' -i hosts.isp-east-stage -M raw -a 'whoami' -u ubuntu -l X.X.X.X ansible 2.5.1 config file = /home/dmartin/.ansible.cfg configured module search path = [u'/home/dmartin/.ansible/plugins/modules', u'/usr/shar

Re: [ansible-project] Re: cant execute bashfile using ansible

2018-09-24 Thread vivek mv
Hi Tony, Any suggestions here please On Mon, 24 Sep 2018, 21:42 vivek mv, wrote: > Hi , > > Yes. It's .bat file and it's for stating a ibm liberty server > "server.startup.bat". > > --- > - name: start liberty server >hosts: win >tasks: > - name: start server >Win_commad:

Re: [ansible-project] Raw module invoking /usr/bin/python

2018-09-24 Thread Kai Stian Olstad
On 24.09.2018 20:46, Dylan Martin wrote: I assume I broke a config somewhere because this makes no sense: $ ansible -vvv '*' -i hosts.isp-east-stage -M raw -a 'whoami' -u ubuntu -l X.X.X.X You need to use lower case -m, uppercase -M is module path. ansible 2.5.1 config file = /home/dmar

[ansible-project] variables in group_vars and host_vars do not load when using inventory directory

2018-09-24 Thread myprogramingnotes
A playbook I ran, returned this failure: TASK [create-admin-user : Create the non-root user account] fatal: [415.791.30.131]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'admin_user' is undefined\n\nThe error appears to have be