Skip to content

ninjabong/xc-custom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hi

ninjabong

modules/ is where I keep custom ansible module(s) #####in progress:

  • defaults: an attempt to stop wrapping command: /usr/bin/defaults with something a little nicer. it works. for me. so far. I guess. no guarantees. it really just wraps the defaults binary right now, ideally it'd use FoundationPlist.py but that's beyond me at the moment.

playbooks/ are mostly a mess of bits that could be "- include:"ed in all.yml, useful for testing. for me at least.


roles/ my custom osxc roles I've been working on trying to document full options with example playbook use for roles in role/foo/README.md

#####working:

  • ansible_vars: dump all of ansible's available variables.
  • bare_role: a basic empty role for copying when starting a new one.
  • check_os_vers: example of how to test for Mt Lion or Mavericks or Yosemite.
  • computername: sets the Computer Name normally done via System Prefences - Sharing.
  • datetime: sets time zone, enable/disable network time, network time server and menubar clock options equivalent to System Preferences - Date & Time
  • desktop_image sets the User's desktop picture via set_desktops.py, supports an image in xc-custom or a http(s) url.
  • finder_prefs: sets a bunch of Finder preferences normally done via Finder's Pref Pane.
  • finder_window_prefs: sets a bunch of Finder preferences normally done via the Menubar.
  • gatekeeper: enable or disable GateKeeper system wide via spctl.
  • googlefonts: downloads and installs selected fonts from googlefontdirectory.
  • locatedb: load or unload locatedb via launchctl.
  • macports_install: downloads and installs the correct pkg of macports for current OS version.
  • macports_package: wraps ansible's builtin macports module.
  • sleep: set various sleep times for Disks, Display, System via systemsetup and pmset.
  • sshd: enable or disable sshd via systemsetup.
  • systemprefs_general: sets prefs normally done via System Preferences - General.
  • systemprefs_sound: sets a few system volume options normally done via System Preferences - Sound.
  • unhide_library: unhides ~/Library in Finder.

#####in progress:

  • autopkg_install: downloads and installs autopkg directly from github including specifying your own choices of repos.
  • autopkg_repo: add recipe repos to autopkg.
  • autopkg_run: performs an 'autopkg run foo foo2'.
  • dock1010: downloads, installs and uses a patched dockutil for Yosemite
  • munki_client: sets up a new munki client from above. no https yet.
  • munki_client_pkgr: builds a munki client pkg for an osxc installed/managed repo.
  • munki_iconimport: ensures munki's iconimporter is present and runs to import icons into the repo.
  • munki_manifest: wraps 'manifestutil add-pkg' works really well with autopkg_run to automagically create and populate a munki repo and generate a manifest with those items.
  • munki_repo: sets up minimal directory structure for a munki repo. only os x client & server so far.
  • munkitools: downloads and installs munkitools from pkg or dmg, even specific build versions and custom urls if specified. no https yet.
  • sal downloads, configures, installs and starts up sal for OS X and some rough bits to deploy on linux as well (untested). does everything but set the admin passwd, for now.
  • example: is an attempt at slapping together something simple illustrating some of the basic but extremely useful/common building blocks of an ansible/osxc role.

#####broken:

  • desktop_view_opts: is a severly broken attempt to set some Finder window prefs (only TB Display Mode works)
  • terminal_prefs: an attempt to install and configure Terminal.app prefs. install: works, setting the prefs and having them stick with Terminal.app running? not so much. so it's very sketchy to use in a playbook run from within Terminal.app since it will aggressively kill Terminal.app in order to make the prefs stick. yuck.

scripts/ are mostly bits to forcibly delete things when I'm developing/testing roles. not very interesting or useful and certainly don't use on your own machine and blame me if your computer explodes in a giant fireball of doom.

ninjastar.jpg is both for this README.md and my contributed user_image role in xc-common.

About

My custom roles & configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 65.6%
  • Shell 34.4%