battleschool icon indicating copy to clipboard operation
battleschool copied to clipboard

Development environment provisioning using ansible, ala boxen -> puppet, kitchenplan -> chef

Results 14 battleschool issues
Sort by recently updated
recently updated
newest added

The currently installed dependency using pip is ansible 2.0.0.2. Unfortunately this does not work with battleschool. It seems the `templates` package moved from `utils.templates` to `.templates` Current workaround: manually install...

My sudo is setup without the NOPASSWD directive. It took me some time to to figure out that battleschool failed because of this. Adding this information hopefully avoids this problem...

To be able escalate privilege per task/play/playbook we don't need pass `become` and `become_method` directives to instance of Playbook class.

It would be cool if the config file could be a URL (i.e. to a gist or git repo file). Then nothing more necessary than the pip install and then...

A) Insecure mode should be opt-in in general; I was surprised and disappointed to see that battleschool has a hard-coded default of `--insecure` when downloading packages. B) Certain sites fail...

security

People may install python into a non-standard location other than `/usr`, such as `$HOME`. That means `DIST_MODULE_PATH` should be always based on `sys.prefix`.

I'm trying to configure the shell for my user with the user module ``` - name: Set as default shell user: name={{ ansible_user_id }} shell=/bin/zsh ``` When doing this it...

waiting for feedback