Joseph Rawson

Results 26 comments of Joseph Rawson

And also, the scripts are modules in the scripts directory of the demosthenes package, using entry_points config for setuptools to make the scripts on build/install. I never import *. I...

Virtual environments are also good for production. The main use is that they can be reproduced and run on systems that have only basic python. They are also great for...

It's interesting. When I went looking, I found that this issue just got recent attention: https://github.com/saltstack/salt/issues/19924. I can't seem to get GitHub to tell me the issues that I am...

Yes, that's what it's supposed to say. Sorry about that.

Absolutley agree with the update command over using ansible-galaxy directly. I set that function up in demos-update to keep the playbook behavior, while getting more flexibility from the roles and...

There's currently an issue here for ansible-galaxy to track repos: https://github.com/ansible/ansible/issues/12353