Giter Club home page Giter Club logo

ansible-playbooks's People

Contributors

joemaller avatar phillipalexander avatar wowfunhappy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ansible-playbooks's Issues

Hide Back to My Mac & Bonjour Computers in plist

Might be possible, check in com.apple.sidebarlists.plist. Specifically:

    <key>networkbrowser</key>
    <dict>
        <key>Controller</key>
        <string>CustomListItems</string>
        <key>CustomListItems</key>
        <array/>
        <key>CustomListProperties</key>
        <dict>
            <key>com.apple.NetworkBrowser.backToMyMacEnabled</key>
            <true/>
            <key>com.apple.NetworkBrowser.bonjourEnabled</key>
            <false/>
        </dict>
    </dict>

If both items under CustomListProperties are false, they're hidden.

Auto-install Sublime Text packages

Adding package names to this file:

~/Library/Application Support/Sublime Text 3/Packages/User/Package Control.sublime-settings

Will cause any missing packages to be installed when Sublime Text next opens. Curious if this will work before Package Control itself is installed.

Update Dock apps

  • Add Sketch to User dock
  • XScope 4
  • Acrobat Pro DC (thanks Adobe, never stop renamin'!)

Default fonts

Need to add our specfic Helvetica Neue to each machine

Admin playbook Deprecation warnings

TASK [Send new account picture] ************************************************
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment 
value uses the full variable syntax ('{{account_images.stdout_lines}}').
This feature will be removed in a
 future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in 
ansible.cfg.




TASK [dock : Dock: Insert Others] **********************************************
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment 
value uses the full variable syntax ('{{dock_others}}').
This feature will be removed in a future release.
 Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.


TASK [homebrew : Set permissions for multiple users] ***************************
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment 
value uses the full variable syntax ('{{homebrew_paths}}').
This feature will be removed in a future 
release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.



TASK [homebrew : Fix ACL permissions for multiple users] ***********************
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment 
value uses the full variable syntax ('{{homebrew_paths}}').
This feature will be removed in a future 
release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.


TASK [homebrew : Install applications] *****************************************
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment 
value uses the full variable syntax ('{{apps}}').
This feature will be removed in a future release. 
Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.



TASK [homebrew_cask : Set permissions for multiple users] **********************
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment 
value uses the full variable syntax ('{{homebrew_cask_paths}}').
This feature will be removed in a future 
release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.


TASK [homebrew_cask : Install Applications from Homebrew Cask] *****************
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment 
value uses the full variable syntax ('{{apps}}').
This feature will be removed in a future release. 
Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

Accept the XCode license

didn't realize this could be done automatically now! (found while setting up 10.12.1)

sudo xcodebuild -license accept

Dock folders are wonky

They're not defaulting to popup, more like blank aliases. They point to the right place, but none of the appropriate options show up.
image

Set default desktop wallpaper

Using an OSA Script (found here)

osascript -e 'tell application "Finder" to set desktop picture to POSIX file "/path/to/picture.jpg"'

Remove Virtualenvwrapper from readme

I love it and don't plan on giving it up, but removing virtualenvwrapper would cut out several steps that just aren't necessary. Homebrew can install Ansible which is much easier from a clean install.

Sierra updates

Starting a branch, our office isn't upgrading quite yet

Set Git credentials

All the info is already there, should pre-configure Git with the new user's name and email.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.