Till Maas

Results 60 issues of Till Maas

Implement support for SOCKS upstream proxy with DNS resolution via SOCKS, so mitmproxy can be easily tunnelled through "ssh -D".

kind/feature

There is a commit in a fork that indicates there is a problem with package installation https://github.com/youviewtv/galaxy-network-role/commit/d5d769ec5896f429cb5fc1a97ad3f7dd2823a2e7 This needs investigation.

https://github.com/linux-system-roles/network/blob/main/README.md#type-vlan needs to document how to specify the VLAN id (and other vlan settings if there are any).

help wanted
doc
good first issue

The README is missing some basic information about how to install/use the role. It should probably mention how to use ansible-galaxy, what is needed to run from GIT and how...

help wanted
low effort
low impact
doc
good first issue

The role ships a module (network_connections.py). It is not supported to use this directly but an internal implementation details. This should be mentioned in the README. It might also be...

help wanted
low effort
doc

https://github.com/linux-system-roles/network/blob/main/scripts/print_all_options.py allows to create an overview of all settings the role accepts. Use this to create an overview (maybe in the appendix) of the documentation and integrate this into the...

help wanted
medium effort

There is some tooling to provide coverage information for integration tests: https://github.com/linux-system-roles/network/blob/main/tests/get_total_coverage.sh Currently, this information is not yet used in the CI/not reported anywhere. It would be great to also...

help wanted
test
medium effort

the truthy and document_start checks are currently disabled in yamllint by the system roles default template but they could be enabled for the network role The truthy check also allows...

help wanted
low effort
low impact

As discussed in https://github.com/linux-system-roles/network/issues/189#issuecomment-618020499, the ethtool features should use underscores instead of dashes. Since we already introduced the names with dashes, they need to be supported. Implementation plan: - [x]...

help wanted
medium effort
low impact

don't compare booleans, this was fixed only very recently: https://github.com/pallets/jinja/issues/813 _Originally posted by @pcahyna in https://github.com/linux-system-roles/network/pull/232/files_

test
medium impact
low effort