[ansible-project] Unable to create alb with Ansible

2018-09-18 Thread Subrat Mahapatra
Hi There, I am able to get the list of subnets for a VPC ID or tag name with the help of set_fact. While using the subnets (Subnet Output of set_fact) to create an ALB I am getting error as "load balancer cannot be attached to multiple subnets in the same availability zone" Here is the

[ansible-project] Ansible shell moudle

2018-01-25 Thread Subrat Mahapatra
Hi There, I am trying to execute a Predefined shell script on a remote server through Ansible. While executing the playbook the script with arguments got executed properly and i got the output as well. When I am checking the process in the remote server there is no process running on it.