GithubHelp home page GithubHelp logo

sausage_macsible's Introduction

Macsible

Build Status

Requirements

Ensure the following requirements are already installed and working on your local system:

  • macOS 10.11 or 10.12
  • Command Line Developer Tools

See here for assistance.

Forking and customisation

  1. Fork the repository at https://github.com/macsible/macsible.
  2. Clone the fork to your local system (this is now the repository you will use to store your own customisations).
  3. Navigate to the local clone using your terminal app of choice.
  4. Follow the usage instructions below.
  5. Commit and push any customisations to your local clone back upstream to your fork.

Usage

NOTE: All commands below are to be run from the same location as this README.md file.

Install dependencies

A script is included to ensure certain dependencies are met:

  • Install pip (if not already installed)
  • Install Ansible (if not already installed)
  • Create required files if not present: config.yml, config.local.yml, mac.yml, requirements.yml
  • Download required Ansible Galaxy roles

To execute this script run:

bash init.sh

Configure

Default variables can be overridden in config.yml.

config.local.yml can be used to override config.yml which can be useful when you need to use different values for just a few variables on a specific system. By default config.local.yml is ignored by git.

Updating externally sourced roles

If you decide to add/edit the roles listed in requirements.yml (highly encouraged!) then you'll need to make sure that those dependencies are in place before running your playbook. After editing requirements.yml you'll want to run the following command before running your playbook:

ansible-galaxy install -r requirements.yml --force

Run the Ansible playbook

The primary Ansible playbook file is called mac.yml and can be run using the following command (asks for sudo password):

ansible-playbook mac.yml -K

To run only certain tags (e.g. firefox and flux):

ansible-playbook mac.yml -K -t "firefox,flux"

sausage_macsible's People

Contributors

dixhuit 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.