1. 06 Jul, 2017 5 commits
  2. 30 Jan, 2017 1 commit
  3. 17 Jan, 2017 1 commit
  4. 16 Dec, 2016 1 commit
  5. 14 Dec, 2016 2 commits
  6. 29 Aug, 2016 1 commit
    • Switch to manage_user from create_user · d238da63
      manage_user doesn't try to create a new user, but it doesn't handle
      enrollments, so we have to enroll the users in a separate task using
      another management command.
      
      Additionally, it takes only password hashes, not passwords, so we have
      to provide a pre-salted and pre-generated database string.
      
      create_user used to autoconvert honor@example.com into honor for
      username, we have to do that in the config now.
      Kevin Falcone committed
  7. 15 Jun, 2016 1 commit
  8. 30 Mar, 2016 1 commit
  9. 21 Mar, 2016 1 commit
    • Fix a bug in the git module: branches might not check out properly · ae9e7380
      If a git version is specified as a branch, and the commit referred to is
      already on the local working tree, but the branch is not, then the
      checkout will fail.
      
      This is because the Ansible 1.9.3 module would check to see if the
      commit was already present, and if so, did not fetch. This meant the
      branch wasn't defined in the local working tree.
      
      This can happen if you make a branch but there aren't any changes on the
      branch.
      Ned Batchelder committed
  10. 08 Sep, 2014 1 commit
  11. 17 Apr, 2014 1 commit
    • adding certificates to the public images · 43186344
      removing sync'd folder for /vagrant
      
      change identity file default to none
      
      removing check for git identity
      
      typo
      
      typo
      
      adding python-yaml for dumping vars
      
      certs settings changes for local disk generation
      
      adding var dump var
      
      adding template for certs
      
      adding certs to default sites
      
      adding 400 condition to the certs nginx template
      
      updating update script for certs, removing discern
      
      adding cert to help
      
      giving www-data write permission to the web root
      
      typo
      
      adding download url
      
      fixing web root
      
      adding certs download url
      
      adding more config for cert template dir, verify url
      
      moving extra vars into the vagrantfile
      
      adding verify url to vagrantfile
      
      syntax
      
      look for valid.html
      
      adding ownertrust export
      
      adding the trust import
      
      removing skip-tags for reconfigure
      
      upgrading to latest released ansible
      
      adding carriage return to owner trust
      
      setting cert urls in extra vars
      
      moving extra vars to vagrantfile
      
      adding new accept_hostkey parameter to all git calls
      
      set key_file
      
      changing dir for userknownhostsfile
      
      adding more verbosity
      
      changing knownhostsfile in environment
      
      don't use userknownhostsfile
      
      setting accept_hostkey back to yes
      
      adding .ssh dirs for the 1.5 git module
      
      adding certs nginx site
      John Jarvis committed
  12. 10 Feb, 2014 2 commits
  13. 22 Jan, 2014 2 commits
  14. 21 Jan, 2014 1 commit
  15. 17 Jan, 2014 1 commit
  16. 22 Nov, 2013 1 commit
  17. 04 Nov, 2013 1 commit
  18. 29 Oct, 2013 1 commit