March 9, 2012
View 56de2e1

Update README.md

Michael DeHaan authored on 2012/03/09 03:59:12
View 742258a

Drop other man(5) pages so we can have only one source of docs -- ansible.github.com for those operations. Easier to maintain and much more verbose.

Michael DeHaan authored on 2012/03/09 03:56:27
View 96d39a0

Merge pull request #3 from tbielawa/authver

Michael DeHaan authored on 2012/03/09 03:38:06
March 8, 2012
View 95502c3

Adding version and author to ansible init.

Tim Bielawa authored on 2012/03/08 02:02:05
March 7, 2012
View 8e20ed3

src= parameters for template and copy operations can be relative to the playbook (for /usr/bin/ansible-playbook) or current directory (for /usr/bin/ansible)

Michael DeHaan authored on 2012/03/07 11:13:50
View 7eedc3f

Breakout includes into seperate functions, allow vars to apply to handlers but handlers still may not be parameterized because it does not make sense to import them more than once since they are keyed by name.

Michael DeHaan authored on 2012/03/07 11:01:05
View 3ee22ad

Merge branch 'master' of github.com:mpdehaan/ansible

Michael DeHaan authored on 2012/03/07 09:25:28
View 85e0de5

Move print statements out of playbook.py and back into CLI so we can simplify playbook operations independent of output, and can also see all the output nicely grouped together if we want to reformat it or make summaries of statistics.

Michael DeHaan authored on 2012/03/07 09:24:36
March 6, 2012
View 498a4c8

Update README.md

Michael DeHaan authored on 2012/03/06 22:56:51
View 7cb6ce6

Update README.md

Michael DeHaan authored on 2012/03/06 22:54:06
View de3cff8

Removing vim swap files and MANIFEST from rpmbuild on 'make clean'

Michael DeHaan authored on 2012/03/06 12:47:30
View e835cd6

Have 'make clean' clean up test output directory

Michael DeHaan authored on 2012/03/06 12:44:39
View 0019379

Add RPM target. Not quite operational.

Michael DeHaan authored on 2012/03/06 12:35:59
View 0935506

Templating as non-root should not require passing in the metadata= parameter.

Michael DeHaan authored on 2012/03/06 12:23:56
View 4ee4ddc

Parameterized include statements can see top level variables and also be passed specific variables!

Michael DeHaan authored on 2012/03/06 12:00:22