Jan-Frode Myklebust

Results 5 comments of Jan-Frode Myklebust

I see now that the line it's matching and changing is this one: `# the setting of "PermitRootLogin without-password".`

Also see from ansible [lineinfile](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/lineinfile_module.html) documentation that the expected behaviour is that the regexp will replace the *last* match. > For state=present, the pattern to replace if found. Only the...

Ideally I would set it to "without-password", which would be the secure default. But I'm afraid that might break something for existing users who expect the current behaviour.

According to the documentation, gpfs-wait-mount.service should be correct I think: https://www.ibm.com/docs/en/storage-scale/5.1.9?topic=gpfs-planning-systemd ``` gpfs-wait-mount.service Marker service which switches to active after the GPFS filesystems have been mounted. It uses the filesystem...

https://serverfault.com/questions/812584/in-systemd-whats-the-difference-between-after-and-requires `Also, the way I understand it (although I can't test that now and don't find a reference), After= is "loose coupling", which effectively means that a service with an...