Dave Dittrich

Results 6 issues of Dave Dittrich

This pull request includes some fixes I had to make to get things working on Mac OS X 10.14.6 with the `homebrew` versions of `make`, `dd` and `mktemp` and more...

Default root passwords are a horribly bad security practice that leads to things like the [Mirai botnet](https://en.wikipedia.org/wiki/Mirai_(malware)) and a [long history](https://www.researchgate.net/publication/279069631_The_Internet_Census_2012_Dataset_An_Ethical_Examination) of similar malware that take advantage of default passwords...

This simple change enables `ansible-lint` to respect the environment variable `ANSIBLE_VERBOSITY` like other Ansible CLIs. It simplifies debugging `molecule` as you don't have to both export `ANSIBLE_VERBOSITY` for `ansible-playbook` and...

enhancement

This change cleans up the logic surrounding handling linked directories. I was getting confusing exceptions when running `molecule` (which in turn runs `ansible-lint`) because `ansible-compat` created a directory, not a...

incomplete
bug

Before I submit yet another PR for changes, I wanted to reach out and see if this repo is still being actively maintained (or as been abandoned). The latest change...

I'm trying to pre-load users with Ansible, including adding the user's GPG/PGP key. It doesn't seem to work and the command help and error messages are unclear about how to...