Ben Corrado

Results 28 comments of Ben Corrado

Completion of this could revert https://github.com/kairos-io/kairos/pull/2940

I can help test this when someone is ready for testing. I was also thinking about how does the system move from failed active AND passive into recovery or reset....

> Maybe even with a simple override to run pre and post for the mounts. So we don't need to reimplement the whole thing That was exactly what I was...

It also is currently picky about the case of the filename, which other systems do not seem to care about in my experience.

I added a bunch of new examples for sysext this and updated the docs in [Itxaka's](https://github.com/Itxaka) repo.

I have been hacking on this a bit and have a working prototype for Karios: ``` ############################################################### #### Ansible Stage for SSH Hardening #### ############################################################### FROM ubuntu-24.04 as ansible_stage ARG...

What I am proposing here does not need yip (though I think it would be interesting to add yip support). It instead directly applies to the ansible script to the...

This was the route I was heading down before landing here at the Kairos project, I just decided I didn't want to to all of it alone. I think it...