Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freebsd: improve init resiliency and jenkins environment #228

Closed
wants to merge 6 commits into from

Commits on Nov 24, 2015

  1. freebsd: migrate playbooks

    A few things going on here:
     - move into the new {{id}} strategy where we use hostname
     - merge parts of the initial digitalocean migration pr
     - split variables meant for change into jenkins.conf
     - simplify all the things
    jbergstroem committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    481b4e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2015

  1. Configuration menu
    Copy the full SHA
    acbe194 View commit details
    Browse the repository at this point in the history
  2. fix: add bash to deps

    jbergstroem committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    bb61ea3 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2015

  1. feature: further slim down playbook

     - start the transition to global variables (open up for roles)
     - include variable files by default
     - avoid variables in names since they can't be expanded
     - use jinja2 templating instead of replacing variables
     - change subshelling in init script
     - make init script slightly more robust
    jbergstroem committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    de89b93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bdcc91 View commit details
    Browse the repository at this point in the history
  3. fix: remove extra line

    jbergstroem committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    28bea9c View commit details
    Browse the repository at this point in the history