[ansible-project] Re: unable to install exchange 2016 using ansible

2016-09-20 Thread Chandra Pandey
Hi, Can you please let me know the commands to install and configuration of host or group var ? On Tuesday, September 13, 2016 at 1:18:49 AM UTC+5:30, Chandra Pandey wrote: > > I get error while installing fresh exchange 2016 server using ansible --- > > > ExchangeSetup.log Er

[ansible-project] Re: unable to install exchange 2016 using ansible

2016-09-17 Thread Chandra Pandey
0changed=0unreachable=1failed=0 My hosts setting [wintestserverchandra] dev-ansiblewn01.ads.xyz.com [wintestserverchandra:vars] ansible_ssh_user = Chandra pan...@ads.xyz.com #ansible_ssh_user = ADS\Chandra Pandey #ansible_ssh_pass = password #ansible_winrm_transpor

[ansible-project] Re: unable to install exchange 2016 using ansible

2016-09-17 Thread Chandra Pandey
0changed=0unreachable=1failed=0 My hosts setting [wintestserverchandra] dev-ansiblewn01.ads.xyz.com [wintestserverchandra:vars] ansible_ssh_user = Chandra pan...@ads.xyz.com #ansible_ssh_user = ADS\Chandra Pandey #ansible_ssh_pass = password #ansible_winrm_transpor

[ansible-project] Re: unable to install exchange 2016 using ansible

2016-09-16 Thread Chandra Pandey
t > > On Monday, September 12, 2016 at 12:48:49 PM UTC-7, Chandra Pandey wrote: >> >> I get error while installing fresh exchange 2016 server using ansible --- >> >> >> ExchangeSetup.log Error >> >> Active Directory operation failed on . The supplie

[ansible-project] unable to install exchange 2016 using ansible

2016-09-12 Thread Chandra Pandey
I get error while installing fresh exchange 2016 server using ansible --- ExchangeSetup.log Error Active Directory operation failed on . The supplied credential for 'ADS\Chandra Pandey' is invalid. [09/12/2016 19:34:45.0055] [0] The supplied credential is invalid Ansible Error: WINRM

[ansible-project] How to install exe file on windows using ansible , e.g. firefox.exe

2016-08-10 Thread Chandra Pandey
ansible play book root@dev-mmadmin-lx01 playbooks]# cat win_firefox_install.yml - name: install hosts: wintestserverchandra tasks: - name: InstallFF win_msi: path=d:\install\Firefox.exe = It runs but doesn't install , logs below , please help