Skip to content

Brandeis-CS-Systems/ansible-xcode-install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

xcversion (Ansible Module)

Wrapper around NeoNacho's xcode-install.

> XCVERSION

  Installs or selects a specified version of Xcode.

Options (= is mandatory):

- clean
        If `no', `xcode-install' won't remove the downloaded installation
        file to allow faster re-installation. (Choices: yes, no)

- password
        The password for `user' [Default: None]

- state
        indicate the desired state of the resource (Choices: present,
        selected) [Default: selected]

- user
        The Apple ID / e-mail for talking to Apple servers [Default: None]

= version
        version of Xcode to install/select

Requirements:  OS X, xcode-install Ruby Gem

EXAMPLES:
- name: Installs Xcode 7.1.1
  xcversion: state=present version=7.1.1

- name: Selects (and installs if necessary) Xcode 7.1.1
  xcversion: state=selected version=7.1.1


MAINTAINERS: Marcel Jackwerth (@sirlantis)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%