Matt Martz

Results 336 comments of Matt Martz

I've accepted the review changes, looks like there is at minimum a linting issue which I'll resolve though. I just want to note that the resolution of these things doesn't...

I'm confused about your intentions here. You have defined `ansible_host=192.168.0.3`, which tells ansible that it needs to SSH to `192.168.0.3`. However, you have configured `ProxyCommand` to use a variety of...

Ok, with that cleared up, the problem is with how ansible calculates a `ControlPath` for persistence. We use `host`, `post`, and `user`. In this case `host` corresponds to `ansible_host`, not...

I've been playing with this off and on for a while, and had this diff laying around, and figured I'd go ahead and post it here in case it helps...

I've verified this behavior. It seems to be due to `SourcesList.load` and `SourcesList.save` in the module. Regardless of what `filename` is specified, it loads them all, and rewrites them all...

We may decide to remove this restriction in the future, but I'm going to move this over to the ansible-documentation repo so we can add this to current documentation.

I'd be fine with extending that. As of now it leaves a lot to the reader.

`libxcrypt` is an independent library, external of the `crypt` functionality as part of whatever C lib a system uses. You are correct that some `libc` implementations don't have `bcrypt`, but...