15:59:51 <Qalthos> #startmeeting Ansible Network Working Group
15:59:51 <zodbot> Meeting started Wed Mar 18 15:59:51 2020 UTC.
15:59:51 <zodbot> This meeting is logged and archived in a public location.
15:59:51 <zodbot> The chair is Qalthos. Information about MeetBot at http://wiki.debian.org/MeetBot.
15:59:51 <zodbot> Useful Commands: #action #agreed #halp #info #idea #link #topic.
15:59:51 <zodbot> The meeting name has been set to 'ansible_network_working_group'
16:00:15 <Qalthos> #chair dmellado pabelanger GomathiselviS ganeshrn
16:00:15 <zodbot> Current chairs: GomathiselviS Qalthos dmellado ganeshrn pabelanger
16:00:24 <Qalthos> #topic Core Updates
16:02:18 <Qalthos> I've been out for a little over a week, but it looks like the migration has been moving along
16:04:31 <Qalthos> pabelanger might have more to say on this, having lived through it
16:05:17 <Qalthos> I'm still working on switching to ansible-base and porting my PRs to their respective collections
16:06:26 <Qalthos> #link https://github.com/ansible/community/labels/network is where the agenda for this meeting lives
16:06:50 <Qalthos> But it's pretty bare at the moment, so
16:06:58 <Qalthos> #topic Open Floor
16:07:27 <Qalthos> If no one has anything to bring up this week, I'll close at around :20
16:07:42 <dpflick> Any thought to the suggestion for a backup ssh proxy?
16:09:35 <dpflick> We have many sites with 2 jump hosts and it would be nice if Ansible could do a check and if the proxy is not alive, it could switch to another proxy.
16:10:23 <Qalthos> dpflick: It really isn't a thing that ansible can do easily, but I've taken note of it
16:11:23 <Qalthos> How are you specifying the proxy presently? As I don't have to do this sort of thing pretty much at all, I want to make sure I go looking in the right place
16:19:39 <dpflick> I set it in group_vars per client
16:19:40 <dpflick> ansible_ssh_common_args: '-o ProxyCommand="ssh -W %h:%p -q devops@10.117.181.236"'
16:22:35 <Qalthos> dpflick: That's what I was expecting. Something along the lines of https://paste.centos.org/view/5c1e99b1 might work, but I have never tried anything of the sort before.
16:24:42 <Qalthos> I don't know what sort of caveats might come with updating ssh_common_args mid-play
16:31:10 <Qalthos> I'm not seeing anyone else bringing up any issues, so I'm going to close the meeting
16:32:21 <Qalthos> I hope everyone is safe wherever they are, and have a good week
16:32:25 <Qalthos> #endmeeting