Re: [ansible-project] Modifying CIDR of an existing EC2 Security Groups using Ansible

2021-05-03 Thread Naveen NK
Does anyone got some idea on this? On Wednesday, April 28, 2021 at 8:15:28 AM UTC+5:30 Naveen NK wrote: > We couldn't go for VPN due to high pricing. So trying some workaround > This updating IP would go through jenkins job so there shouldn't be > security problems. > > On Tu

Re: [ansible-project] Modifying CIDR of an existing EC2 Security Groups using Ansible

2021-04-27 Thread Naveen NK
We couldn't go for VPN due to high pricing. So trying some workaround This updating IP would go through jenkins job so there shouldn't be security problems. On Tuesday, April 27, 2021 at 11:13:19 PM UTC+5:30 dick@geant.org wrote: > > > On Tue, 27 Apr 2021 at 12:41, Naveen

Re: [ansible-project] Modifying CIDR of an existing EC2 Security Groups using Ansible

2021-04-27 Thread Naveen NK
Yes right ! On Tuesday, April 27, 2021 at 11:31:51 AM UTC+5:30 dick@geant.org wrote: > Hi > > On Mon, 26 Apr 2021 at 07:34, Naveen NK wrote: > >> Can we modify existing EC2 Security group using Ansible by accepting new >> input parameter through jenkins job?

Re: [ansible-project] Modifying CIDR of an existing EC2 Security Groups using Ansible

2021-04-26 Thread Naveen NK
Is there any other options to achieve this ? I have been stuck here since week :( On Monday, April 26, 2021 at 3:29:32 PM UTC+5:30 komalsuth...@gmail.com wrote: > In this ec2_group module i don't think that we can solve this use case > > On Mon, Apr 26, 2021, 11:04 AM Naveen

[ansible-project] Modifying CIDR of an existing EC2 Security Groups using Ansible

2021-04-25 Thread Naveen NK
Can we modify existing EC2 Security group using Ansible by accepting new input parameter through jenkins job? Scenario - I have to update users public IP to Ec2 security groups everyday Whenever their Public ip changes. This become repetitive tasks as Public IP is dynamic and changes