Coder Social home page Coder Social logo

ansible-role-xcode's Introduction

ansible-role-xcode

An Ansible role for Xcode. This installs a specific version of Xcode and all of it's dependencies.

Requirements

You should place a dmg or xip in the files/ directory of your playbook for this role to pick it up and transfer it over.

This allows us to install a specific version (good for CI stability) and avoids the role dealing with authenticating with the Apple Developer Portal. You can get Xcode from the ADC Download section.

Role Variables

Two things are configurable:

xcode_version: 8.2

is the version we're installing. This is important so that we do the correct thing for each version of Xcode.

xcode_src: Xcode_8.2.xip

is the file we're copying over (located in a files/ directory).

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
     - role: nickcharlton.xcode
       xcode_version: 8.2
       xcode_src: Xcode_8.2.xip

License

MIT

Author Information

Copyright (c) Nick Charlton 2016.

ansible-role-xcode's People

Contributors

nickcharlton avatar

Watchers

 avatar

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.