[ansible-devel] How to update AWS VPC attributes in Ansible playbook 2.8

2019-05-20 Thread Dipak Jadhav
Hello, I want to update my vpc attributes using anisble playbook. I used below code but it is not updating. I tries to create new vpc. - name: Task to update vpc details ec2_vpc_net: dns_support: yes dns_hostnames: yes cidr_block: "{{ vpc.vpcs[0]['cidr_block']}}"

[ansible-devel] Re: Ansible over SSH on Windows host type progress status needed

2019-05-20 Thread Stefano Leandro
Hi , thank you for your time . It was my fault . It works : [root@ORKy ansible]# ansible winservers -i win_invetory -m win_ping 192.168.1.146 | SUCCESS => { "changed": false, "ping": "pong" } [root@ORKy ansible]# Cheers , Stefano Il giorno lunedì 20 maggio 2019 19:02:58 UTC-6, Jordan

[ansible-devel] Re: Ansible over SSH on Windows host type progress status needed

2019-05-20 Thread Jordan Borean
These question are better suited towards the Ansible Project mailing list at https://groups.google.com/forum/#!forum/ansible-project. Ansible Development is for development questions inside Ansible, such as modules, plugins and so on and not general help. Using ssh does not mean you can start u

[ansible-devel] Re: New Ansible release 2.8.0

2019-05-20 Thread Stefano Leandro
Hi team, I'm just tryining ansible 2.8 over ssh on windows hosts type but it seems not yet work: [WARNING]: No python interpreters found for host 192.168.1.146 (tried ['/usr/bin/python', 'python3.7', 'python3.6', 'python3.5', 'python2.7', 'python2.6', '/usr/libexec/platform-python', '/usr/bin/p

[ansible-devel] Re: Ansible over SSH on Windows host type progress status needed

2019-05-20 Thread Stefano Leandro
Hi team, I'm just tryining ansible 2.8 over ssh on windows hosts type but it seems not yet work: [WARNING]: No python interpreters found for host 192.168.1.146 (tried ['/usr/bin/python', 'python3.7', 'python3.6', 'python3.5', 'python2.7', 'python2.6', '/usr/libexec/platform-python', '/usr/bin/p

[ansible-devel] Error while connecting to MS SQL database using windows authentication

2019-05-20 Thread Benktesh Kumar
Hi, I am building a Jenkins pipeline to deploy SQL artifact to Microsoft SQL server(2012) using Liquibase. However it's giving error while connecting to the database. I am using windows authentication credential to connect to the database. I have validated/executed below steps so far- 1. WINR

[ansible-devel] Re: Developing Ansible Pipeline for (Window) shared netwrok

2019-05-20 Thread Benktesh Kumar
Hi Jon, Thanks for your input. User(Service account) is now having access to the machine that's hosting the shared drive. WINRM has been enabled to the target server with CREDSSP authentication. connection has been updated from local to a group. However now the pipeline is failing while conne