#ansible (2022-02)

ansible

Discussions related to ansible configuration management

2022-02-09

Balazs Varga avatar
Balazs Varga

how can we read an email over imap ? Is there any module or need to use e.g. java api and call with raw module ?

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

What is the problem you are trying to solve that is related to email?

Balazs Varga avatar
Balazs Varga

would like to automate the email validation…. so will get an email and in body I need to “click” on the link

1
Balazs Varga avatar
Balazs Varga

with Python I can do it… just curious is there any ansible module for this ?

Zoltan K avatar
Zoltan K

well this is not really a general configuration management issue. not aware if there is any module for this. yea agree implement this in python script and have ansible run it. maybe using script module

Balazs Varga avatar
Balazs Varga

yeah. just did that

1

2022-02-15

2022-02-18

Balazs Varga avatar
Balazs Varga

we have clusters in aws where we use ansible to create from scratch to end. ON vpc create we set a subnet where ansible can use a slice of it and create a vpc using that subnet. My question is. we can create vpcs simultaneous so sometimes we create 2 vpc with same subnet and that causes access issue. My Question is how can I avoid it?

1
mikesew avatar
mikesew

at first glance, that seems to have to be managed by some sort of IP access management software to “hand out” CIDRs for ansible to consume. one such example of an IPAM is https://phpipam.net/

Balazs Varga avatar
Balazs Varga

thanks. will check this out

2022-02-20

2022-02-22

Balazs Varga avatar
Balazs Varga

Any issue with galaxy api endpoint ? I see this error constantly

    keyboard_arrow_up