[ansible-project] How to properyly set up target groups for an application load balancer (ALB)?

2018-03-28 Thread Tim Stewart
Hi, *Background:* We are developing a system using a Microservices approach and deploying it with Ansible 2.5.0. I'm writing a site.yml playbook that will provision two Ubuntu 16.04 servers for each of eight different microservices. We're provisioning two of each microservice for HA and we

[ansible-project] unable to connect ssh using vsts deployment to ansible server to run a playbook

2018-03-28 Thread workarea448
Trying to setup SSH connection to @10.130.2.185:22 2018-03-28T21:18:07.7645624Z 2018-03-28T21:18:07.7659138Z PLAY [all] * 2018-03-28T21:18:07.7665793Z 2018-03-28T21:18:07.7724096Z 2018-03-28T21:18:07.7736949Z TASK

Re: [ansible-project] Re: win_group_membership

2018-03-28 Thread Anil
Thanks for elaborate information on ansible with windows. Winrm is disabled by default. Not sure about the security constraints when we enable this service. I will do research on it. > On Mar 27, 2018, at 9:32 PM, Jordan Borean wrote: > > You can currently only use the

[ansible-project] Problems when install ckan with ansible

2018-03-28 Thread Antonio Padez de Castro
I have a project to install ckan with ansible. I need my ansible install a smillar file development.ini. My installatiion donĀ“t have problems, but don't create this file to test the ckan in the browser. This is my orchestrator from ansible: --- # Ansible install/setup ckan - hosts:

Re: [ansible-project] Re: Cannot enable WinRM remoting on Windows 10 Home Edition

2018-03-28 Thread Dinesh Vashisht
Thanks J Hawkesworth, After correcting the username it worked. 192.168.169.76 | SUCCESS => { "changed": false, "ping": "pong" } Regards, Dinesh Vashisht -- Forwarded message - From: 'J Hawkesworth' via Ansible Project Date: Tue, Mar

Re: [ansible-project] Adding a nested xml element using ansible xml module fails

2018-03-28 Thread Kai Stian Olstad
On Wednesday, 28 March 2018 07.26.14 CEST 'Uvindra Dias Jayasinha' via Ansible Project wrote: > Im using Ansible 2.5 on Ubuntu 17.10 > > Given the following xml file > > > > > > > > Trying to add nested elements so that the file is changed to the following > output fails. > > >

[ansible-project] Ansible Tower

2018-03-28 Thread Binny
Hello, I am using Ansible Tower3. Is it mandatory to have all my playbooks under project directory? As while creating job template, i am only able to see those playbooks which are available on base project directory under Playbook selection dropdown. Can someone please shade some lights?