ansible/library
Dag Wieers 5927373c26 Various clean ups in documentation and code
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.
2012-10-12 19:49:30 +02:00
..
apt Fixing various module related things. 2012-10-02 22:32:17 -04:00
apt_repository Fixing various module related things. 2012-10-02 22:32:17 -04:00
assemble Fixing various module related things. 2012-10-02 22:32:17 -04:00
async_status attempt at DOCUMENTATION for async_status 2012-10-02 09:56:55 +02:00
async_wrapper whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 2012-08-06 20:07:02 -04:00
authorized_key Fixing various module related things. 2012-10-02 22:32:17 -04:00
command Fixing various module related things. 2012-10-02 22:32:17 -04:00
copy Module DOCUMENTATION: assemble, authorized_key, command, copy 2012-09-28 21:55:49 +02:00
cron Fixes to documentation 2012-10-09 12:42:10 +02:00
debug Various small fixes to boolean usage, using module.params.get and default values 2012-10-08 15:07:02 +02:00
easy_install Jumbo DOCUMENTATION patch 2012-10-01 09:18:54 +02:00
facter Jumbo DOCUMENTATION patch 2012-10-01 09:18:54 +02:00
fail This hopefully fixes the documentation for the fail module 2012-10-04 20:58:07 +02:00
fetch various small doc tweaks 2012-10-02 22:43:46 -04:00
file Added documentation on file force parameter 2012-10-03 20:57:36 -04:00
fireball Teach fireball mode to disable the fireball by paying attention to 'minutes=N' (default 30) and do not let fireball module crash 2012-10-01 22:41:00 -04:00
get_url various small doc tweaks 2012-10-02 22:43:46 -04:00
git Add module documentation for git, group, service, and user 2012-09-29 23:50:25 -07:00
group Add module documentation for git, group, service, and user 2012-09-29 23:50:25 -07:00
hpilo_boot Various clean ups in documentation and code 2012-10-12 19:49:30 +02:00
hpilo_facts Sigh, another retypo problem 2012-10-09 12:30:00 +02:00
ini_file removed EXAMPLES from ini_file 2012-09-29 01:26:40 +02:00
lineinfile Use the standard 'dest' option for target files, make 'name' an alias 2012-10-05 11:03:14 +02:00
mail Damn you, colons... 2012-10-11 09:26:21 +02:00
mount DOCUMENTATION for fetch,mount,ohai,easy_install 2012-09-30 12:29:32 +02:00
mysql_db mysql_db: use the database to test connexion, added dump and import state - requires target=path/to/a/file 2012-10-10 23:28:42 -04:00
mysql_user Jumbo DOCUMENTATION patch 2012-10-01 09:18:54 +02:00
nagios Fix issue https://github.com/ansible/ansible/issues/1194 2012-10-02 15:12:33 +02:00
ohai Jumbo DOCUMENTATION patch 2012-10-01 09:18:54 +02:00
pause standardize DOCUMENTATION for nagios, pause 2012-10-02 09:15:11 +02:00
ping various small doc tweaks 2012-10-02 22:43:46 -04:00
pip Jumbo DOCUMENTATION patch 2012-10-01 09:18:54 +02:00
postgresql_db Jumbo DOCUMENTATION patch 2012-10-01 09:18:54 +02:00
postgresql_user DOCUMENTATION for fetch,mount,ohai,easy_install 2012-09-30 12:29:32 +02:00
raw Added attribution to all module DOCUMENTATION strings 2012-10-01 12:37:51 +02:00
seboolean Added DOCUMENTATION to seboolean module. 2012-09-30 15:41:00 +02:00
selinux Added DOCUMENTATION to selinux module. 2012-09-30 15:34:26 +02:00
service Fix typo in service module docs 2012-10-08 12:46:16 -04:00
setup Fix typo in autogenerated docs 2012-10-10 08:32:41 -04:00
shell fix wording of shell documentation 2012-10-05 14:59:49 +02:00
slurp module docs for slurp 2012-09-30 16:58:15 +02:00
subversion Added DOCUMENTATION to subversion module. 2012-09-29 16:28:55 +02:00
supervisorctl Added DOCUMENTATION to supervisorctl module. 2012-09-29 21:02:07 +02:00
template Jumbo DOCUMENTATION patch 2012-10-01 09:18:54 +02:00
user Jumbo DOCUMENTATION patch 2012-10-01 09:18:54 +02:00
virt Attribute author of virt correctly (sorry) 2012-09-30 14:08:47 +02:00
vsphere_facts Merge pull request #1250 from dagwieers/hpilo_boot-fixes 2012-10-08 14:27:20 -07:00
wait_for Module DOCUMENTATION for template, wait_for, and yum 2012-09-29 00:49:02 +02:00
yum Module DOCUMENTATION for template, wait_for, and yum 2012-09-29 00:49:02 +02:00