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

Would it be possible to build a ansible module for osx defaults similar to the mac_pkg. It would look something like: ``` name: Enable dock autohide mac_default: > key=autohide domain=com.apple.dock...

enhancement

This is commented very nicely but it tripped me up :). I'll be looking at this a bit, since it's something I'd like. https://github.com/spencergibb/battleschool/search?utf8=✓&q=remove&type=Code https://github.com/spencergibb/battleschool/blob/44d53439400b4078e3041013b1f9ee5995fb33bf/share/library/mac_pkg ``` // DOC at top...

enhancement

Mac OSX: 10.10.2 Python: 2.7.6 Ansible: 1.8.4 ``` ## Executing playbook /Users/rhasija/Library/Caches/battleschool/osx/sublime2.yml ################################ Task OK: setup Task FAILED: mac_pkg Traceback (most recent call last): File "/Users/rhasija/.ansible/tmp/ansible-tmp-1428420410.62-215587963418155/mac_pkg", line 2184, in main()...

waiting for feedback

Charles.dmg (http://www.charlesproxy.com/) has a license agreement when you mount the disk image. How can I accept it and then have battleschool install it? I found this in stack overflow, but...