Thomas Sjögren

Results 98 comments of Thomas Sjögren

I guess we have to check if there's a service running and then flag various test, just like we do in the `swarm` section, but then we might miss local...

@StableBoyNZ, you need to set the environment for the service. ```ini [Service] Environment="DOCKER_HOST=unix:///run/user/{{ docker_user_info.uid }}/docker.sock" Environment="PATH={{ docker_user_info.home }}/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" Environment="XDG_RUNTIME_DIR=/run/user/{{ docker_user_info.uid }}" ExecStart="{{ docker_user_info.home }}/bin/dockerd-rootless.sh" ``` https://github.com/konstruktoid/ansible-docker-rootless/blob/main/templates/docker_rootless.service.j2#L5-L9

Hi @matonb, currently no images is building (see https://github.com/docker/docker-bench-security/issues/405), but adding an arm64/aarch64 when everything is up and running again is certainly possible.

Hi @gavinmporter and thanks for opening this issue. Can you create an PR with that patch?

> I don't think you can work with 2FA and Ansible, use certificates or keys, and disable the MFA for key/cert authentication. or use one-time-passwords.

> https://docs.ansible.com/ansible/latest/reference_appendices/faq.html#does-ansible-support-multiple-factor-authentication-2fa-mfa-biometrics-finterprint-usbkey-otp Well, OTP without human interaction is supported (but with the use of third party services of course).

See https://wiki.debian.org/DebianRepository/UseThirdParty, e.g `echo "deb [signed-by=/usr/share/keyrings/keys/cisofy-software-public.gpg] https://packages.cisofy.com/community/lynis/deb/ stable main" | sudo tee /etc/apt/sources.list.d/cisofy-lynis.list`

> Removal of 'apport' is not feasible, since this removes 'ubuntu server' metapackage which is essential for managing updates to the OS. Is it? In what way? I've been removing...

Hi again @w33ha-zxc, I got no idea why a Ubuntu VM is different on Hyper-V than on AWS, VirtualBox or Workstation. Did you use an official ISO? I'll have to...

There's no log created by default, but in `ubuntu.cfg` change `VERBOSE` to `VERBOSE='Y'` and run `sudo bash -x ubuntu.sh &>logfilename`