15:00:05 #startmeeting ansible core 15:00:05 Meeting started Thu Oct 26 15:00:05 2017 UTC. The chair is thaumos. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:05 Useful Commands: #action #agreed #halp #info #idea #link #topic. 15:00:05 The meeting name has been set to 'ansible_core' 15:00:14 #chair albertom 15:00:14 Current chairs: albertom thaumos 15:01:56 I have a clashing meeting but I wanted you to look at this little fix 15:01:58 https://github.com/ansible/ansible/pull/31956 15:02:04 just 2 lines 15:03:40 I'll see if someone can look at it. There's most likely no one actively maintaining/contributing to this one. 15:03:55 hi 15:03:59 oh hai 15:04:03 #chair shertel 15:04:03 Current chairs: albertom shertel thaumos 15:04:27 if no one else joins by 8:15, I will cancel the meeting 15:04:44 * gundalow waves 15:05:36 * bcoca joins 15:05:41 I am here 15:05:53 #chair gundalow sivel bcoca 15:05:53 Current chairs: albertom bcoca gundalow shertel sivel thaumos 15:05:59 @dag 15:06:15 are you going to be able to join to talk about your proposal? 15:07:53 #topic docker_image module update, fix idempotency of pull 15:07:59 #link https://github.com/ansible/ansible/pull/31956 15:08:17 #action thaumos to poke at chouseknecht to take a look if they have time 15:08:21 #topic Open Floor 15:10:05 well, does anyone have anything to chat about? 15:10:44 any destiny 2 players this week, super mario odyssey and ac: origins tomorrow? 15:10:51 i play destiny 2 15:10:52 add me 15:10:53 @powerbsd 15:10:55 :) 15:10:55 sivel: did you want to demo your template tool? 15:11:13 thaumos: You know that thing I never wrote a proposal for, well sivel just made it 15:11:20 Dunno how much demoing I can do 15:11:32 but if anyone wants to go look at https://ansible.sivel.net/test/ 15:11:44 It is a UI for testing templates via ansible 15:12:09 it doesn't have all deps for all things that can be done in templates right now, like jmespath 15:12:26 nifty 15:12:32 (y) 15:12:35 and it does the work in a docker container, so if you really want to {{ lookup('pipe', 'rm -rf /') }} 15:12:38 feel free ;) 15:12:52 it's limited to a 3s execution and 96M of ram right now 15:13:10 code: https://github.com/sivel/ansible-template-ui 15:13:11 #info if anyone would like to test out an Ansible Template/variable UI check out this link 15:13:15 #link https://ansible.sivel.net/test/ 15:14:52 sivel: hum, is that only the standard templates, or does it know about the Ansible stuff? 15:14:58 * gundalow doesn't see it using any Ansible code 15:15:13 gundalow: it creates a template, and a vars file, and actually runs ansible 15:15:52 oh, that;s in server.py, gotcha 15:15:57 https://github.com/sivel/ansible-template-ui/tree/master/docker/devel 15:16:07 that is the Dockerfile, the cmd it executes and the playbook 15:16:31 cool, was looking in the wrong place 15:16:56 yeah, server.py effectively has a single route, that lauches the docker container, and then grabs the stdout and stderr and relays back to the browser 15:20:49 anything else to chat about folks? 15:20:57 if not, seems like we should close this out for today. 15:21:23 Nothing else from me 15:26:48 alrighty then! 15:26:54 have a great rest of the day folks 15:26:57 #endmeeting