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

2016-09-12 Thread 'J Hawkesworth' via Ansible Project
Can you share you playbook for creating Exchange? Is there anything useful in :\\ExchangeSetupLogs\\ExchangeSetup.log ? One of the errors was about being unable to talk to a local port. Does there need to be some firewall configuration before running this step? I think it is possible that you

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

2016-09-15 Thread Matt Davis
I'm actually undertaking the same task this week for a PoC demo, so I'll let you know if I figure out the magic incantations to get it working. :) -Matt 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 ans

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

2016-09-16 Thread Chandra Pandey
Hi, Thanks , will wait for your result ... On Friday, September 16, 2016 at 3:53:57 AM UTC+5:30, Matt Davis wrote: > > I'm actually undertaking the same task this week for a PoC demo, so I'll > let you know if I figure out the magic incantations to get it working. :) > > -Matt > > On Monday, Se

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

2016-09-16 Thread Matt Davis
Worked fine for me using Kerberos delegation: ansible_winrm_transport=kerberos and ansible_winrm_kerberos_delegation=yes. The setup takes so ridiculously long that I didn't try it any other way, so your mileage may vary. -Matt On Friday, September 16, 2016 at 12:50:48 AM UTC-7, Chandra Pandey

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

2016-09-17 Thread Chandra Pandey
I am getting below message after enable delegation , also pasting my , playbook ansible settings ... if you can review with yours? [root@dev-testser-lx01 playbooks]# vi /etc/ansible/hosts [root@dev-testser-lx01 playbooks]# ansible-playbook win_exchange.yml - Using /etc/ansible/ans

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

2016-09-17 Thread Chandra Pandey
I am getting below message after enable delegation , also pasting my , playbook ansible settings ... if you can review with yours? [root@dev-testser-lx01 playbooks]# vi /etc/ansible/hosts [root@dev-testser-lx01 playbooks]# ansible-playbook win_exchange.yml - Using /etc/ansible/ansi

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

2016-09-19 Thread Matt Davis
Make sure you're using the very latest pykerberos package from PyPI, not kerberos (remove kerberos if it's there) to get all the latest goodies lit up. On Saturday, September 17, 2016 at 6:50:01 AM UTC-7, Chandra Pandey wrote: > > > I am getting below message after enable delegation , also pasti

[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 Error > > Active Di

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

2016-09-22 Thread 'J Hawkesworth' via Ansible Project
The following ought to remove pykerberos and install kerberos and latest version of pywinrm. Latest version of pywinrm also needs requests-kerberos to make kerberos connections - if it doesn't get installed, install that too. Check what you have installed using 'pip list' pip uninstall pykerb

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

2016-09-22 Thread Matt Davis
There's actually a bug in pywinrm for older Pythons (eg, the one in RHEL7) that is triggered by enabling kerberos delegation. It's fixed in pywinrm 0.2.1. On Saturday, September 17, 2016 at 6:50:01 AM UTC-7, Chandra Pandey wrote: > > > I am getting below message after enable delegation , also pa