index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding ability to set ssh args from config file
Michael DeHaan
2012-08-15
1
-0
/
+13
*
amend default library location in config file
Michael DeHaan
2012-08-14
1
-1
/
+1
*
config file support
Michael DeHaan
2012-08-14
1
-0
/
+68
*
Add ability to store and access module results later on in the play. See exa...
Michael DeHaan
2012-08-10
1
-0
/
+29
*
add output of password step for easy testing
Michael DeHaan
2012-08-10
1
-0
/
+7
*
vars_prompt encrypt from mgw
Rodney Quillo
2012-08-09
1
-0
/
+8
*
whitespace
Michael DeHaan
2012-08-07
3
-77
/
+77
*
whitespace
Michael DeHaan
2012-08-07
12
-23
/
+23
*
Rename: postgresql.yaml -> postgresql.yml
Lorin Hochstein
2012-07-29
1
-0
/
+0
*
Use standard argument names in PostgreSQL modules
Lorin Hochstein
2012-07-29
1
-0
/
+38
*
Slight tweaks on vars_prompt upgrades
Michael DeHaan
2012-07-28
1
-18
/
+15
*
Improved 'vars_prompt' syntax to support prompt text and (non-)private input
Petros Moisiadis
2012-07-28
1
-4
/
+17
*
Small change to previous patch, make ranges of hosts inclusive.
Michael DeHaan
2012-07-25
1
-20
/
+19
*
Added a host expansion feature to ansible's inventory parsing
Chin Fang
2012-07-24
1
-0
/
+8
*
fix module name in examples
Michael DeHaan
2012-07-24
1
-1
/
+1
*
Tweaking daisychain internals to allow get_url to modify the path destination...
Michael DeHaan
2012-07-22
1
-2
/
+2
*
Merge branch 'get_url3' of https://github.com/jpmens/ansible into devel
Michael DeHaan
2012-07-22
1
-0
/
+16
|
\
|
*
new module: get_url
Jan-Piet Mens
2012-07-21
1
-0
/
+16
*
|
Script to migrate YAML users to the INI format, so we can deprecate YAML inve...
Michael DeHaan
2012-07-20
1
-0
/
+206
|
/
*
Squashed commit of the following:
Peter Sankauskas
2012-07-15
2
-0
/
+419
*
Much streamlining around setup steps in playbooks, now only run setup once pe...
Michael DeHaan
2012-07-14
1
-0
/
+6
*
Merge pull request #590 from marktheunissen/mysql
Michael DeHaan
2012-07-14
1
-0
/
+21
|
\
|
*
The MySQL modules
Mark Theunissen
2012-07-14
1
-0
/
+21
*
|
Bring the cobbler external inventory script up to date with current usage (--...
Michael DeHaan
2012-07-12
1
-3
/
+7
*
|
Make adding tags to a playbook work as shorthand to tagging all tasks in the ...
Michael DeHaan
2012-07-12
1
-3
/
+18
*
|
Allow top level playbook files to import other playbook files, added some basic
Michael DeHaan
2012-07-12
1
-0
/
+26
|
/
*
Allow include statements from plays to specify tags (see tags.yml example file).
Michael DeHaan
2012-07-12
1
-10
/
+10
*
Basic support for tagging tasks and selecting a subset of tasks to run with -...
Michael DeHaan
2012-07-12
1
-0
/
+29
*
Playbook refactoring -- work in progress.
Michael DeHaan
2012-05-26
1
-1
/
+1
*
Don't use template syntax in non-templates, it's not the default anymore
Michael DeHaan
2012-05-08
2
-4
/
+4
*
Log last execution of ansible-pull to /var/log/ansible-pull.log
Michael DeHaan
2012-05-05
1
-1
/
+1
*
Change defaults so people have to make conscious decisions about pull setup.
Michael DeHaan
2012-05-02
1
-7
/
+8
*
Add some comments to ansible-pull and the example playbook
Michael DeHaan
2012-05-02
1
-2
/
+30
*
Copy inventory file to client
Stephen Fromm
2012-05-02
1
-0
/
+3
*
Add playbook and template to set up ansible-pull
Stephen Fromm
2012-05-02
2
-0
/
+21
*
Revert "Revert "Actually wait for password prompt in remote sudo execution. ...
Michael DeHaan
2012-04-27
1
-0
/
+1
*
Playbook can now take a 'name' which it will show when starting the play
Michael DeHaan
2012-04-27
1
-1
/
+2
*
Add playbook example for first_available_file
Michael DeHaan
2012-04-27
1
-0
/
+28
*
Add another example to file_secontext.yml
Stephen Fromm
2012-04-22
1
-1
/
+7
*
Add example playbook of file module's selinux capabilities
Stephen Fromm
2012-04-22
1
-0
/
+12
*
Port shouldn't be in this example
Michael DeHaan
2012-04-17
1
-1
/
+0
*
Fixes to make ports DWIM.
Michael DeHaan
2012-04-17
1
-0
/
+1
*
Looping! With items! See examples/playbook/loop_with_items.yml for details
Michael DeHaan
2012-04-14
1
-0
/
+30
*
Add documentation for vars_prompt
Michael DeHaan
2012-04-03
1
-2
/
+7
*
Add prompts example
Michael DeHaan
2012-04-03
1
-0
/
+28
*
Sudo support operational in both playbooks and main program. Implementation...
Michael DeHaan
2012-03-30
1
-0
/
+4
*
Merge pull request #101 from sfromm/user-module
Michael DeHaan
2012-03-29
1
-1
/
+16
|
\
|
*
Remove errant option on password modification action
Stephen Fromm
2012-03-28
1
-1
/
+1
|
*
Update user_commands playbook with supplementary group examples
Stephen Fromm
2012-03-28
1
-2
/
+17
*
|
Update group_commands playbook example
Stephen Fromm
2012-03-28
1
-7
/
+4
|
/
[next]