#ansible (2022-02)
Discussions related to ansible configuration management
2022-02-09
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 ?
What is the problem you are trying to solve that is related to email?
would like to automate the email validation…. so will get an email and in body I need to “click” on the link
with Python I can do it… just curious is there any ansible module for this ?
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
2022-02-15
2022-02-18
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?
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/
thanks. will check this out
2022-02-20
2022-02-22
Any issue with galaxy api endpoint ? I see this error constantly