- 13 Oct, 2012 1 commit
-
-
implement lookup plugins for arbitrary enumeration over arbitrary things. See the mailing list for some cool examples.
Michael DeHaan committed
-
- 12 Oct, 2012 39 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
updates to ansible-pull
Michael DeHaan committed -
named actions + modules list in utils.py
Michael DeHaan committed -
hpilo_boot: Various clean ups in documentation and code
Michael DeHaan committed -
hpilo_facts: Various clean ups in documentation and code
Michael DeHaan committed -
vsphere_facts: Various cleanups in documentation
Michael DeHaan committed -
This should set the sender properly.
Michael DeHaan committed -
fix issue with mysql authentication and states not dump or import
Michael DeHaan committed -
fixed cron library so backups are python2.4 compatible
Michael DeHaan committed -
Add DOCUMENTATION for module documentation.
Michael DeHaan committed -
Add virt_boot module.
Michael DeHaan committed -
Tim Bielawa committed
-
#1303: add sudo option to tasks
Michael DeHaan committed -
Jeroen Hoekx committed
-
Dane Summers committed
-
Aurélien Bondis committed
-
Dag Wieers committed
-
This commit improves the following items: - Remove the 'match' functionality, this can now be achieve by using the `fail` module together with `only_if` after running the `hpilo_facts` module. Since this gives more functionality, e.g. comparing server names, but also serial numbers or uuids with other inventory information, this is prefered. An example is added to show how this is achieved. - Clean up all C() calls in documentation - Added state=poweroff in order to power off a server. The use-case is here that in general we do not want to provision systems that are already running (this enforcement can be disabled using force=yes) but for test systems we should be able to power them off so we can start the normal provisioning process. (We could also force boot them, but that's less elegant) - The module now correctly indicates when something has changed. So if a server is powered off that was not off already, this is indicated, or when media boot-settings have been changed, this is also correctly indicated. Previously every call to hpilo_boot was (incorrectly) considered a change.
Dag Wieers committed -
This commit improves the following items: - Clean up all C() calls in documentation - Reindent the documentation
Dag Wieers committed -
This commit improves the following items: - Remove the 'match' functionality, this can now be achieve by using the `fail` module together with `only_if` after running the `hpilo_facts` module. Since this gives more functionality, e.g. comparing server names, but also serial numbers or uuids with other inventory information **and** a proper message, this is prefered. An example is added to show how this is achieved. - Clean up all C() calls in documentation - Remove trailing spaces in HP iLO's Serial Number output so that they can be compared to CMDB or other inventory information
Dag Wieers committed -
Aurélien Bondis committed
-
Aurélien Bondis committed
-
Removes git checkout after playbook run.
Stephen Fromm committed -
Direct any ansible-pull specific messages to stderr. Introduce try_playbook() and select_playbook() to remove try/except-y.
Stephen Fromm committed -
Matthew Johnson committed
-
Matthew Johnson committed
-
Merged commits: 3cd25b5 and ed9fc76. Some massaging of changes applied.
Stephen Fromm committed -
mysql_db: connection test, dump/import state
Michael DeHaan committed -
updated gitignore for docssite stuff
Michael DeHaan committed -
fix missing --limit in docssite examples
Michael DeHaan committed -
Moving now from getopt to optparse
Michael DeHaan committed
-