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