Skip to content

elliotweiser/ansible-osx-command-line-tools

Folders and files

NameName
Last commit message
Last commit date
Oct 19, 2022
Dec 25, 2016
Nov 27, 2018
Feb 18, 2019
Oct 19, 2022
Oct 10, 2019
Apr 5, 2017
Jan 23, 2018
May 26, 2020
Feb 8, 2018
Sep 22, 2019
Dec 24, 2016
Jun 30, 2018
Apr 5, 2017

Repository files navigation

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