Tim Brown

Results 3 issues of Tim Brown

Is there any plan to support Ubiquiti EdgeOS (a fork of VyOS)? The main difference I've noted is that the terminal length command needs a workaround in netmiko (set terminal...

The documentation says that `get_by_custom_id` works with fields defined as External IDs. I noticed in many objects (possibly all) `get_by_custom_id` works on any custom field whether or not they are...

If I have a foo.yaml: ``` --- vendors: - A - B - C questions: - Q1: {{ vendor }} foo - Q2: {{ vendor }} foo ``` and a...