Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pycklets / resources / ansible-role / elliotweiser.osx-command-line-tools
  ..
  defaults
  handlers
  meta
  molecule
  tasks
  tests
  vars
  .gitignore
  .travis.yml
  .yamllint
  CONTRIBUTING.md
  LICENSE
  README.md
Size: Mime:

Ansible Role: osx-command-line-tools

Galaxy Role Downloads MIT Licensed Build Status Requirements Status

An Ansible role that installs OS X Command Line Tools.

Requirements

None (except running on Mac OS X).

Role Variables

force_install: Install the Command Line Tools, even if they are already installed (Default: no).

Dependencies

None.

Example Playbook

A simple playbook example:

- hosts: servers
  roles:
     - { role: elliotweiser.osx-command-line-tools }

License

MIT

Contributing

Please read the contributing guidelines.

Author Information

Elliot Weiser