Michael DeHaan
63100c9bc0
Docs + fix variable precedence of environment variables (ok, ok, I give in!)
12 years ago
Michael DeHaan
95db898cde
add docs on fireball
12 years ago
Michael DeHaan
5bb8dcea08
Fix help text
12 years ago
Michael DeHaan
618418a440
RST typo
12 years ago
Michael DeHaan
6f14e35c36
Merge pull request #1335 from phgrau/devel
...
Use && for executing next command if, and only if, command1 returns an e...
12 years ago
Michael DeHaan
7583704144
"force=" code under the file module is problematic, remove it
12 years ago
Michael DeHaan
f3407dec0e
Merge branch 'basedir-plugins' of git://github.com/dhozac/ansible into devel
12 years ago
Michael DeHaan
4405244224
Docs rebuild
12 years ago
Michael DeHaan
fea5d36417
Merge pull request #1343 from jpmens/eeemail
...
typo
12 years ago
Jan-Piet Mens
e35d5188f9
typo
12 years ago
Michael DeHaan
f160502b7b
Merge pull request #1337 from skvidal/devel
...
trivial --syntax-check option to ansible to just do the yaml validation
12 years ago
Michael DeHaan
7da94e0359
Merge pull request #1334 from bcoca/cowsay4bsd
...
cowsay for BSD!
12 years ago
Jeremiah Heller
37bdefae74
add role_attr_flags parameter to postgresql_user
...
Pass role_attr_flags a list of comma separated role
attributes when creating or updating a user.
12 years ago
Seth Vidal
41195d0d49
trivial --syntax-check option to ansible to just do the yaml validation
...
check. Lots of room to make this more interesting - but not today
12 years ago
Aleksej Romanov
c5469f6367
Vars specified via CLI have the highest priority.
12 years ago
Philipp Grau
4290a904ff
Add note: Debian Squeeze has no add-apt-repository
12 years ago
Philipp Grau
9b15b5d592
Use && for executing next command if, and only if, command1 returns an exit status of zero.
12 years ago
Brian Coca
e98153d26d
cowsay for BSD!
...
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
12 years ago
Daniel Hokka Zakrisson
ab44a4abba
Load additional plugins from path specified in configuration
12 years ago
Daniel Hokka Zakrisson
1aaf86069a
Look for plugins in the playbook's basedir
12 years ago
Michael DeHaan
036f853d42
Merge pull request #1330 from wzzrd/pip
...
Test for python-pip as well as pip
12 years ago
Maxim Burgerhout
2f6b9e69a7
Test for python-pip as well as pip
...
On Red Hat, CentOS and Fedora systems, the pip binary will be called python-pip
instead of pip. This commit makes the pip module also check for python-pip.
The reason we check for python-pip *first*, is to have ansible fail on not
finding 'pip' and reporting *that*. This is consistent with current behaviour
and will not confuse users of Debian et al., where the 'python-pip' binary
never exists.
Tested on Fedora 18 and Ubuntu 12.04.
12 years ago
Michael DeHaan
05ae500d78
Merge pull request #1329 from tbielawa/pausequotes
...
The pause 'prompt' parameter now requires quotes around the message.
12 years ago
Tim Bielawa
8831e59700
The pause 'prompt' parameter now requires quotes around the message.
12 years ago
Michael DeHaan
8dadf8a905
Use 'path' in file documentation, though src/dest work, it's less intuitive.
12 years ago
Michael DeHaan
7b6f8e485a
refine example
12 years ago
Michael DeHaan
2c90298841
Merge pull request #1314 from apenney/bugfix/git
...
Check rc instead of parsing for errors.
12 years ago
Michael DeHaan
fb686d40bc
Merge pull request #1322 from sfromm/moduleformatter
...
Miscellaneous fixes to module_formatter.py
12 years ago
Michael DeHaan
971dd53622
Added documentation on looping over with_* like fileglob
12 years ago
Michael DeHaan
dd3beb844f
add lookup plugins to setup.py
12 years ago
Michael DeHaan
c5d2f6b0d3
implement lookup plugins for arbitrary enumeration over arbitrary things. See the mailing list for some cool examples.
12 years ago
Stephen Fromm
60f06c36b3
Miscellaneous fixes to module_formatter.py
...
Try to autodetect MODULEDIR, instead of hardcoded path in jpmens
homedir.
Check if MODULEDIR exists; exit if it doesn't.
Rewrite boilerplate() to use DOCUMENTATION.yaml in examples/. This
makes use of tbielawa's recent change that added this example file.
This also fixes -G so that it works. boilerplate() was commented out
before.
12 years ago
Michael DeHaan
29d49d415f
fix mentioning of redundant aliases in module docs, remove was removed anyway
12 years ago
Michael DeHaan
7644dbe330
Update some examples to explain why notify is not used
12 years ago
Michael DeHaan
621708e976
user module should be using module.BOOLEANS for choices
12 years ago
Michael DeHaan
aa98c84a62
HP and vsphere modules are crazy awesome but I am thinking these belong in contrib not core.
12 years ago
Michael DeHaan
85d6af637a
update changelog
12 years ago
Michael DeHaan
70ed560fb3
Add FILES to manpage
12 years ago
Brian Coca
6886683e16
small patch to fact gathering for when no dmesg.boot exists on freebsd, mainly happens in jails
...
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
12 years ago
Michael DeHaan
291648ccd9
Fix documentation consistency in .gitignore
12 years ago
Michael DeHaan
579b80ab8f
Fix redundancy in .gitignore file
12 years ago
Michael DeHaan
d90210973d
Merge pull request #1307 from sfromm/pull2
...
updates to ansible-pull
12 years ago
Michael DeHaan
271db7bddb
Merge pull request #1308 from abondis/named_action
...
named actions + modules list in utils.py
12 years ago
Michael DeHaan
35163bce96
Merge pull request #1310 from dagwieers/hpilo_boot-cleanup
...
hpilo_boot: Various clean ups in documentation and code
12 years ago
Michael DeHaan
b1ccda00f8
Merge pull request #1311 from dagwieers/hpilo_facts-cleanup
...
hpilo_facts: Various clean ups in documentation and code
12 years ago
Michael DeHaan
1487b6a1bb
Merge pull request #1313 from dagwieers/vsphere_facts-cleanup
...
vsphere_facts: Various cleanups in documentation
12 years ago
Michael DeHaan
3a8dc2308b
Merge pull request #1315 from dagwieers/mail-callback-improvement
...
This should set the sender properly.
12 years ago
Michael DeHaan
a82522a5c4
Merge pull request #1317 from abondis/fix_mysql_db
...
fix issue with mysql authentication and states not dump or import
12 years ago
Michael DeHaan
20a7227056
Merge pull request #1318 from dsummersl/cron24
...
fixed cron library so backups are python2.4 compatible
12 years ago
Michael DeHaan
6d8d1ad426
Merge pull request #1320 from tbielawa/DOCUMENTATION
...
Add DOCUMENTATION for module documentation.
12 years ago