Commit Graph

2839 Commits (036f853d42f50d1b52b25d894800c217e29d463c)
 

Author SHA1 Message Date
Michael DeHaan a18e9d64c7 Merge pull request #1297 from sergevanginderachter/devel
updated gitignore for docssite stuff
12 years ago
Michael DeHaan 34acc95435 Merge pull request #1296 from sergevanginderachter/da92ce796b48ec80e3ead1cfe9bcbc71f5fce805
fix missing --limit in docssite examples
12 years ago
Michael DeHaan 69ad124bd2 Merge pull request #1298 from dagwieers/doc-optparse
Moving now from getopt to optparse
12 years ago
Michael DeHaan 5849ab3162 Merge pull request #1300 from tbielawa/fix_module_path
Add DIST_MODULE_PATH so setup.py and ansible.spec can live in harmony
12 years ago
Michael DeHaan 89f8562df9 Merge pull request #1304 from dhozac/vars_files-process-whole-list
Keep processing the rest of the vars_files even if one has vars
12 years ago
Daniel Hokka Zakrisson b8b34b5110 Keep processing the rest of the vars_files even if one has vars 12 years ago
Tim Bielawa baa91ebc95 Add DIST_MODULE_PATH so setup.py and ansible.spec can live in harmony. Closes #1277 12 years ago
Dag Wieers 2786149bdc Moving now from getopt to optparse
Let me know if we can move to another library instead ;-)
12 years ago
Serge van Ginderachter d5837aab23 Add some docssite and deb package related stuff to gitignore. 12 years ago
Michael DeHaan f3d7294690 Test for directory existance, fix exception catching granularity 12 years ago
Michael DeHaan 448c89a06d It has been reported that occasionally the md5sum command on certain platforms (?) can fail, where I suspect there is noise in the output stream.
In those events, capture the output so we can report the error more properly.
12 years ago
Michael DeHaan d6b3f40cb7 Merge pull request #1290 from dagwieers/mail-doc-fix
Damn you, colons...
12 years ago
Dag Wieers dfdf4ab8eb Damn you, colons... 12 years ago
Aurélien Bondis 1a51af0e38 mysql_db: use the database to test connexion, added dump and import state - requires target=path/to/a/file 12 years ago
Michael DeHaan 6d2f003ceb Update formatter to not include orange blocks all over docsite page 12 years ago
Michael DeHaan 7e542d78a7 Merge remote branch 'stijnopheide/jinja-relative' into devel
Conflicts:
	.gitignore
12 years ago
Michael DeHaan 062484b9bd Put generated manpages back in correct directory 12 years ago
Michael DeHaan e74b9e1d34 Add .gitdir 12 years ago
Michael DeHaan b505a3796c Fix docsite example 12 years ago
Michael DeHaan e2497f0cff Merge remote branch 'abondis/named_actions_2' into devel 12 years ago
Michael DeHaan 79069827c2 add presentation 12 years ago
Michael DeHaan 6b0ef9fd26 Merge remote branch 'dagwieers/contrib-vsphere-boot' into devel
Conflicts:
	contrib/README.md
12 years ago
Michael DeHaan a873e1a467 Don't check in any module RST files as these are generated too. 12 years ago
Michael DeHaan e593c828b4 Merge remote branch 'dagwieers/module-mail' into devel 12 years ago
Michael DeHaan 110244d7b4 Merge branch 'remove-argparse' of git://github.com/dagwieers/ansible into devel
Conflicts:
	hacking/module_formatter.py

Don't run webdocs build when building packages
12 years ago
Michael DeHaan 8ae9831439 Don't check in docsite static HTML, so folks will know to just edit the RST. 12 years ago
Michael DeHaan dbeb26ad6d Don't check in modules.js either 12 years ago
Michael DeHaan fc9a6bb07c Docs/json should not be checked in 12 years ago
Marco Vito Moscaritolo ee679c0190 Unified document generator and make to generate JSON and JS files 12 years ago
Michael DeHaan 85fb83a5db Merge pull request #1282 from dagwieers/mail-callback
Example plugin to send out mails on error
12 years ago
Serge van Ginderachter da92ce796b fix missing --limit in docssite examples 12 years ago
Michael DeHaan ae94b050af Merge pull request #1283 from jhoekx/fix-inventory-api-groups
Fix inventory API groups
12 years ago
Jeroen Hoekx 23a62f5a78 Return multiple groups from inventory API. 12 years ago
Jeroen Hoekx 30c019447b Fix typo in inventory API test script. 12 years ago
Dag Wieers bb58d3f20c Example plugin to send out mails on error
This is useful mostly for playbooks that run unattended and for a limited set of systems. In case of provisioninging this plugin (together with a final mail action) helps to get notified when something went wrong, or when the installation finished successfully.

Unfortunately, there is no way to enable/disable a plugin from a playbook. So installing the plugin means all other use-cases (provisioning, troubleshooting, reporting or management) all send mails on failure. Something we may want to fix in the future...
12 years ago
Michael DeHaan 7788dea238 Merge pull request #1268 from dagwieers/hpilo-reboot-fix
Workaround for when HP iLO is in a state it won't accept requests
12 years ago
Michael DeHaan d855b4bcf6 Merge pull request #1270 from jhoekx/yaml-inventory-plugin
Add a yaml format inventory plugin.
12 years ago
Michael DeHaan 8ae9125ff2 Merge pull request #1271 from mavimo/openstack-rackspace-update
Openstack rackspace update
12 years ago
Michael DeHaan 822cb74aed Merge pull request #1274 from dagwieers/contrib-network-facts
Module network_facts to gather facts based on network information
12 years ago
Michael DeHaan f1dfddc5e5 Fix typo in autogenerated docs 12 years ago
Michael DeHaan bbf95abc8f Merge pull request #1276 from mxxcon/patch-1
Typo in example section for 'setup' module docs.
12 years ago
Michael DeHaan d5bb7258c8 Working on makefile 12 years ago
mxxcon 6b5f19a796 Typo in example section for 'setup' module. 12 years ago
Dag Wieers 0ebc46628a Module vsphere_boot to boot VMWare virtual machine using specific media 12 years ago
Dag Wieers e8b0b07311 Module network_facts to gather facts based on network information 12 years ago
Marco Vito Moscaritolo cdb8343ec6 Added documentation for nova inventory system 12 years ago
Marco Vito Moscaritolo 7fed89b51d Improved RackSpace configuration support (needed by latest version of rackspace API) 12 years ago
Jeroen Hoekx 2290dfe1ef Add a yaml format inventory plugin.
This fixes #1265.
12 years ago
Dag Wieers 2f74cd84bd Module mail to send out emails as an action
Sending mails could be part of the workflow to have teams/responsibles perform specific task. Or simply to notify that a process has finished successfully (e.g. provisioning).
12 years ago
Dag Wieers 790ed81b14 Workaround for when HP iLO is in a state it won't accept requests
This workaround is recommended from HP iLO's documentation, but may not be sufficient in all cases. Time will tell.

I also made a few cosmetic changes with no impact.
12 years ago