GithubHelp home page GithubHelp logo

ansible-role-provision's Introduction

Ansible Provision role

Note: This is a sanitized snapshot of my internal repo, so will be updated less frequently than my private version.

Overview

This playbook is enough to completely provision a brand new linux or MacOS machine to look exactly like the rest of my fleet. Paired with the issmirnov.dotfiles role the only indication that this is a new machine is a different hostname.

Summary of changes:

  • Linux
    • Installs a ton of useful CLI tools, tweaks bootup speed
  • MacOS
    • Installs common utils
    • Logs in to mac app store, installs apps
    • Deploys homebrew, installs apps
    • Tweaks system settings via osx.sh for sane dev defaults
    • Uploads preferences for apps.
    • Moves Dock to the left, deletes all bloatware apps, pins chrome and terminal

Usage

- name: install python on instance (only for ubuntu)
  hosts: device
  remote_user: root
  gather_facts: no
  pre_tasks:
    - name: 'install python2'
      raw: sudo apt-get -y install python-simplejson

- name: Provision device
  hosts: device
  vars:
    hostname: device

  roles:
    - ansible-role-provision
    - issmirnov.dotfiles

Testing

  • ansible-role-tester full -t ubuntu1804 --extra-roles /usr/local/etc/ansible/roles

ansible-role-provision's People

Contributors

issmirnov avatar

Stargazers

 avatar

Watchers

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