1. 17 Jul, 2012 1 commit
  2. 15 Jul, 2012 3 commits
    • Squashed commit of the following: · f6a09bc4
      commit ea14bbfb52587bf5b97b5577c0439b01cb0b4836
      Merge: 82819a9 285aaf8
      Author: Michael DeHaan <michael.dehaan@gmail.com>
      Date:   Sun Jul 15 14:38:28 2012 -0400
      
          Merge branch 'devel' of https://github.com/skvidal/ansible into skvidal_mount
      
      commit 285aaf836c41de578bec4254624d6cabc2509f77
      Merge: 634c117 32b6879
      Author: Seth Vidal <skvidal@fedoraproject.org>
      Date:   Mon Jul 16 12:42:21 2012 -0400
      
          Merge remote-tracking branch 'upstream/devel' into devel
      
          * upstream/devel: (52 commits)
            format fixes to make fetch more usable
            ...
      
      commit 634c11748eb6aa8951a6dc4933858fbf9f2248de
      Author: Seth Vidal <skvidal@fedoraproject.org>
      Date:   Thu Jul 12 01:16:00 2012 -0400
      
          fix a bunch of small bugs in mount module - test with bind and local mounts
      
      commit fcfd73de711f1927f265afe016c81265425d87fa
      Author: Seth Vidal <skvidal@fedoraproject.org>
      Date:   Wed Jul 11 20:46:14 2012 -0400
      
          fix some obvious bugs pointed out by #ansible
      
      commit 13c308038370fbd06d89e2ba3c41f2accad568de
      Author: Seth Vidal <skvidal@fedoraproject.org>
      Date:   Wed Jul 11 19:35:34 2012 -0400
      
          mount/fstab editor
      Seth Vidal committed
    • Squashed commit of the following: · 3f17ad62
      commit 5b9d29e08fba6402efccaa1ca56d834ff58f4b55
      Merge: 7286f3a 111561f
      Author: Michael DeHaan <michael.dehaan@gmail.com>
      Date:   Sun Jul 15 14:34:10 2012 -0400
      
          Merge branch 'devel' of https://github.com/pas256/ansible into pasec2
      
      commit 111561f7829b517fb0b7577a0e2147292bdba58f
      Author: Peter Sankauskas <pas256@gmail.com>
      Date:   Mon Jul 16 16:13:48 2012 -0700
      
          Reading the config file from the same directory as the script, and
          fixing typo in security group name
      
      commit e63659d04e65c0be3db833038f55a21d2ec511a9
      Author: Peter Sankauskas <pas256@gmail.com>
      Date:   Mon Jul 16 10:56:59 2012 -0700
      
          Adding list of variables to documentation
      
      commit d0aecf025e23cf26f3df5a253639b0ec425b7223
      Author: Peter Sankauskas <pas256@gmail.com>
      Date:   Fri Jul 13 15:35:00 2012 -0700
      
          Finished EC2 external inventory script
      
      commit 136b8a50824b7f964f162fad153784899d6dd634
      Author: Peter Sankauskas <pas256@gmail.com>
      Date:   Thu Jul 12 18:01:44 2012 -0700
      
          Almost done, just a few more types to deal with
      
      commit 09f92052ce2e21a2c216692a20ce1bb03eacc2d9
      Author: Peter Sankauskas <pas256@gmail.com>
      Date:   Tue Jul 10 23:43:30 2012 -0700
      
          Adding region options to config, and getting host details happening, but
          need to figure out complex types
      
      commit a940c9b8fb9258043ec4f4a37fef80fdbcfcda7b
      Author: Peter Sankauskas <pas256@gmail.com>
      Date:   Tue Jul 10 18:06:05 2012 -0700
      
          Converting to a class, commenting methods, reading settings from a
          config file, and starting to work on the host variables
      
      commit 43eb3214a6bdd65d3ef3961183252932b6984004
      Author: Peter Sankauskas <pas256@gmail.com>
      Date:   Mon Jul 9 13:11:27 2012 -0700
      
          First pass of the Ansible EC2 inventory script
      Peter Sankauskas committed
    • Fix for the way host variables were being swallowed, plus some overall… · 5f69c557
      Fix for the way host variables were being swallowed, plus some overall simplification.   Deciding what
      dictionary to use for templating now happens in exactly one place (executor_internal) and the "inject"
      dictionary is passed to what needs it.
      Michael DeHaan committed
  3. 16 Jul, 2012 2 commits
  4. 15 Jul, 2012 18 commits
  5. 14 Jul, 2012 9 commits
  6. 12 Jul, 2012 2 commits
    • Changelog update · 2a2017f2
      Michael DeHaan committed
    • Squashed commit of the following: · 60f295f7
      commit 4430ce3eefcdff0b0ceffea0ef66ea8e876a807d
      Merge: 631783b 649963c
      Author: Michael DeHaan <michael.dehaan@gmail.com>
      Date:   Thu Jul 12 01:28:43 2012 -0400
      
          Merge branch 'host-groups' of https://github.com/dagwieers/ansible into daggroups
      
      commit 649963ca2c2610b97a90d2449132a57ae6b39ec9
      Author: Dag Wieërs <dag@wieers.com>
      Date:   Thu Jul 12 23:01:00 2012 +0200
      
          Added comments in the example yaml file as requested
      
      commit 7f9718f185ec991bc165c4a52b2468cf41f4c349
      Author: Dag Wieërs <dag@wieers.com>
      Date:   Thu Jul 12 22:49:38 2012 +0200
      
          Add the default nose color too, to test specific overrides
      
      commit eb63b9e899318ce0c26902ca73af50135a6224e4
      Author: Dag Wieërs <dag@wieers.com>
      Date:   Thu Jul 12 22:44:35 2012 +0200
      
          Introduce comics and cartoons to test yaml groups defined on a per-node basis
      
      commit aa13d233078b825a8057bebf35ed478342cf4e43
      Author: Dag Wieërs <dag@wieers.com>
      Date:   Thu Jul 12 19:33:15 2012 +0200
      
          A small fix to revert to old state
      
      commit 264ebaa77c4243f2e9117e8d1168dc2f2eed7ee2
      Author: Dag Wieërs <dag@wieers.com>
      Date:   Thu Jul 12 19:31:51 2012 +0200
      
          Combine both yaml unit tests into one example file
      
      commit 7db49a8048e78402c4c9a0a6cb2604689280fbbb
      Author: Dag Wieërs <dag@wieers.com>
      Date:   Thu Jul 12 16:46:53 2012 +0200
      
          Might as well fix this too
      
      commit f36c6c8c5b419865939c7e2b0b26f6c97255fdc8
      Author: Dag Wieërs <dag@wieers.com>
      Date:   Thu Jul 12 16:42:00 2012 +0200
      
          Added unit tests for host-groups patch
      
          For the unit test I chose to keep the original yaml file in place as a reference.
      
          This patch also includes a fix.
      
      commit a96f6813522c5ae8b2be4514a2de56a775c6b7b0
      Author: Dag Wieërs <dag@wieers.com>
      Date:   Thu Jul 12 12:30:43 2012 +0200
      
          Allow groups to be defined on a per-host basis
      
          This makes it possible to define on a per-host basis what groups a host is in.
          When managing a large set of systems it makes it easier to ensure each of the
          systems is defined in a set of groups (e.g. production/qa/development,
          linux/solaris/aix) rather than having to add systems to multiple disconnected
          groups.
      
          ----
            - host: system01
      
            - host: system02
      
            - host: system03
      
            - group: linux
              hosts:
              - system01
              - system02
      
            - group: solaris
              hosts:
              - system03
      
            - group: production
              hosts:
              - system01
              - system03
      
            - group: qa
              - system02
      
            - group: dbserver
              hosts:
              - system01
      
            - group: ntpserver
              hosts:
              - system02
      
            - group: webserver
              - system03
          ----
      
          Can be redefined as:
      
          ----
            - host: system01
              groups: [ linux, production, dbserver ]
      
            - host: system02
              groups: [ linux, qa, ntpserver ]
      
            - host: system03
              groups: [ solaris, production, webserver ]
          ----
      Michael DeHaan committed
  7. 14 Jul, 2012 1 commit
  8. 13 Jul, 2012 3 commits
  9. 12 Jul, 2012 1 commit