Coder Social home page Coder Social logo

macsible's People

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

nkg

macsible's Issues

Move git & tower roles to Ansible Galaxy

The tower role should no longer depend on the git role but will be able to point to the Homebrew git binary still via a default variable (the default value should probably be the Tower provided binary though).

Update now deprecated use of 'include' with 'import_tasks'

ansible-playbook mac.yml --syntax-check currently raises deprecation warnings about the use of include:

[DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated. Use 
'import_tasks' for static inclusions or 'include_tasks' for dynamic inclusions.
 This feature will be removed in a future release. Deprecation warnings can be 
disabled by setting deprecation_warnings=False in ansible.cfg.

import_tasks was new in Ansible 2.4:
https://docs.ansible.com/ansible/2.4/import_tasks_module.html

I currently only seem to use it in roles/macos/tasks/main.yml.

Explore use of a "real" vars file & a test vars file to reduce Travis test time

Tests too often fail for taking too long. Some of the longer tasks are the ones that need to loop through a long list of packages to install e.g. atom role. These lists could be much shorter in a test environment so we need a mechanism for switching to a list of alternative variable overrides when testing as opposed to when installing for real (but still storing as much non-sensitive data in version control as possible, so not simply using config.local.yml for all "real" overrides).

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.