Skip to content
  1. Oct 05, 2017
  2. Sep 15, 2017
  3. Aug 18, 2017
  4. Apr 26, 2017
  5. 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
  6. Mar 20, 2017
  7. Mar 17, 2017
  8. Mar 15, 2017
  9. Jan 19, 2017
  10. 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