Skip to content
Snippets Groups Projects
  1. May 11, 2018
    • Matthew Mosesohn's avatar
      refactor vault role (#2733) · 07cc9819
      Matthew Mosesohn authored
      * Move front-proxy-client certs back to kube mount
      
      We want the same CA for all k8s certs
      
      * Refactor vault to use a third party module
      
      The module adds idempotency and reduces some of the repetitive
      logic in the vault role
      
      Requires ansible-modules-hashivault on ansible node and hvac
      on the vault hosts themselves
      
      Add upgrade test scenario
      Remove bootstrap-os tags from tasks
      
      * fix upgrade issues
      
      * improve unseal logic
      
      * specify ca and fix etcd check
      
      * Fix initialization check
      
      bump machine size
      Unverified
      07cc9819
  2. Oct 05, 2017
  3. Sep 15, 2017
  4. Aug 18, 2017
  5. Apr 26, 2017
  6. Mar 30, 2017
    • Justin Downing's avatar
      pin ansible to version 2.2.1.0 · 907e43b9
      Justin Downing authored
      ansible 2.2.2.0 has an [issue]() that causes problems for kargo:
      
      ```
      (env) kargo ᐅ env/bin/ansible-playbook upgrade-cluster.yml 
      ERROR! Unexpected Exception: 'Host' object has no attribute 'remove_group'
      ```
      
      Pinning ansible to 2.2.1.0 resolved this for me.
      907e43b9
  7. Mar 20, 2017
  8. Mar 17, 2017
  9. Mar 15, 2017
  10. Jan 19, 2017
  11. May 08, 2016
    • Paul Czarkowski's avatar
      Add native Vagrant support · 8f4e879c
      Paul Czarkowski authored
      This allows you to simply run `vagrant up` to get a 3 node HA cluster.
      
      * Creates a dynamic inventory and uses the inventory/group_vars/all.yml
      * commented lines in inventory.example so that ansible doesn't try to use it.
      * added requirements.txt to give easy way to install ansible/ipaddr
      * added gitignore files to stop attempts to save unwated files
      * changed `Check if kube-system exists` to `failed_when: false` instead of
      `ignore_errors`
      8f4e879c
Loading