Ivo Marino
Ivo Marino
I also had to modify this to exclude `radio2`: ``` async def discover_wireless(self) -> dict: result = dict(ap=[], mesh=[]) if not self.is_api_supported("network.wireless"): return result try: response = await self._ubus.api_call('network.wireless', 'status',...
Exactly;)
Any progress on this so far? Thanks
Also interested, thanks
As a workaround for now I run shell via ansible like this: ``` conf_shell: - { cmd: 'pkg_add -I sudo bash zsh vim--no_x11 tree rsync-- mtr-- uptimed git curl wget...
hi @neverything, that's a known issue, we need to add some pre-checks before checkin, thanks for pointing that out.
For proxmox we can also consider using [proxmoxer](https://github.com/swayf/proxmoxer) but we would need to write some Python code in that case.
this allows self-provisioning agains `mrrobot` using local connection: `root@ubuntu:/tmp/appflow# ansible-playbook -e conf_env=development --skip-tags hosts --limit local -i examples/appflow-mrrobot/development/inventory playbooks/generic.yml` -- works inside a Docker container. This also works in case...
Another candidate: https://www.datadoghq.com/product/
@maschli we should evaluate prices for those services and compare.