[ansible-devel] Re: Ansible - Failed to add the host to the list of known hosts

2018-09-29 Thread AnsibleDev
rday, 29 September 2018 18:11:09 UTC+5:30, AnsibleDev wrote: > > Hi, > > - Is cftadmin user present in both master and node ? > - Have you generated ssh key for cftadmin on master and did ssh-copy-id to > node system ? > - Have you set "PasswordAuthentication yes" in

[ansible-devel] Re: Ansible - Failed to add the host to the list of known hosts

2018-09-29 Thread AnsibleDev
Hi, - Is cftadmin user present in both master and node ? - Have you generated ssh key for cftadmin on master and did ssh-copy-id to node system ? - Have you set "PasswordAuthentication yes" in /etc/sshd/sshd_config file and restarted sshd service ? - Is "ansible all -m ping" returning pong for

[ansible-devel] Ansible - Azure Cloud module - azure_rm_loadbalancer - Query on backend_availability_pools

2018-09-28 Thread AnsibleDev
Hi, In Azure portal, when I created Load Balancer, in the Backend Pool section, I had associated an availability set. From the availability set, I was able to add the VMs configured in that availability set to the Load balancer created. In Ansible module azure_rm_loadbalancer,

[ansible-devel] Ansible Tower - MS Azure RM Credentials

2018-09-27 Thread AnsibleDev
Hi, I was trying out the Azure sample programs through ansible playbook and one of them is provided in the below link. https://github.com/Azure-Samples/ansible-playbooks/blob/master/vm_create.yml I was able to create the VM by following the steps mentioned in the above link README.md file by