diff --git a/library/cloud/virt b/library/cloud/virt index 69dcf05536..cf030902ce 100644 --- a/library/cloud/virt +++ b/library/cloud/virt @@ -21,7 +21,7 @@ module: virt short_description: Manages virtual machines supported by libvirt description: - Manages virtual machines supported by I(libvirt). -version_added: "0.2" +version_added: historical options: name: description: diff --git a/library/commands/command b/library/commands/command index 707ec325a6..a90e4ef090 100644 --- a/library/commands/command +++ b/library/commands/command @@ -56,7 +56,6 @@ options: chdir: description: - cd into this directory before running the command - version_added: "0.6" required: false default: null executable: diff --git a/library/commands/shell b/library/commands/shell index 5b3969a1fb..2fb54549f0 100644 --- a/library/commands/shell +++ b/library/commands/shell @@ -10,7 +10,7 @@ description: - The shell module takes the command name followed by a list of arguments, space delimited. It is almost exactly like the M(command) module but runs the command through a shell (C(/bin/sh)) on the remote node. -version_added: "0.2" +version_added: historical options: (free form): description: diff --git a/library/database/mysql_db b/library/database/mysql_db index 9f92992343..7e065ae3b8 100644 --- a/library/database/mysql_db +++ b/library/database/mysql_db @@ -25,7 +25,7 @@ module: mysql_db short_description: Add or remove MySQL databases from a remote host. description: - Add or remove MySQL databases from a remote host. -version_added: "0.6" +version_added: historical options: name: description: diff --git a/library/database/mysql_user b/library/database/mysql_user index 9758939a7a..1e248cb759 100644 --- a/library/database/mysql_user +++ b/library/database/mysql_user @@ -24,7 +24,7 @@ module: mysql_user short_description: Adds or removes a user from a MySQL database. description: - Adds or removes a user from a MySQL database. -version_added: "0.6" +version_added: historical options: name: description: diff --git a/library/database/postgresql_db b/library/database/postgresql_db index f7274da884..cc0d941faa 100644 --- a/library/database/postgresql_db +++ b/library/database/postgresql_db @@ -22,7 +22,7 @@ module: postgresql_db short_description: Add or remove PostgreSQL databases from a remote host. description: - Add or remove PostgreSQL databases from a remote host. -version_added: "0.6" +version_added: historical options: name: description: diff --git a/library/database/postgresql_user b/library/database/postgresql_user index b6a4047b4e..cfc2c7c55b 100644 --- a/library/database/postgresql_user +++ b/library/database/postgresql_user @@ -34,7 +34,7 @@ description: the module to try to remove the user, but if not possible keep going; the module will report if changes happened and separately if the user was removed or not. -version_added: "0.6" +version_added: historical options: name: description: diff --git a/library/files/assemble b/library/files/assemble index 93779235c9..f5f71612b2 100644 --- a/library/files/assemble +++ b/library/files/assemble @@ -36,7 +36,7 @@ description: local or have already been transferred to the system, and concatenate them together to produce a destination file. Files are assembled in string sorting order. Puppet calls this idea I(fragments). -version_added: "0.5" +version_added: historical options: src: description: diff --git a/library/files/fetch b/library/files/fetch index 5b47d87a85..61919d338f 100644 --- a/library/files/fetch +++ b/library/files/fetch @@ -10,7 +10,7 @@ description: organized by hostname. Note that this module is written to transfer log files that might not be present, so a missing remote file won't be an error unless fail_on_missing is set to 'yes'. -version_added: "0.2" +version_added: historical options: src: description: diff --git a/library/internal/async_status b/library/internal/async_status index 79647da113..7df9f8ff52 100644 --- a/library/internal/async_status +++ b/library/internal/async_status @@ -25,7 +25,7 @@ module: async_status short_description: Obtain status of asynchronous task description: - "This module gets the status of an asynchronous task." -version_added: "0.5" +version_added: historical options: jid: description: diff --git a/library/network/get_url b/library/network/get_url index 11e520b53a..db702368a5 100644 --- a/library/network/get_url +++ b/library/network/get_url @@ -38,7 +38,7 @@ description: (see `setting the environment `_), or by using the use_proxy option. -version_added: "0.6" +version_added: historical options: url: description: diff --git a/library/packaging/apt b/library/packaging/apt index 403ce0ea96..38a9061a25 100644 --- a/library/packaging/apt +++ b/library/packaging/apt @@ -25,7 +25,7 @@ module: apt short_description: Manages apt-packages description: - Manages I(apt) packages (such as for Debian/Ubuntu). -version_added: "0.0.2" +version_added: historical options: pkg: description: diff --git a/library/packaging/yum b/library/packaging/yum index 536c7e5040..b3ff2fd8e3 100644 --- a/library/packaging/yum +++ b/library/packaging/yum @@ -74,7 +74,6 @@ options: description: - The remote yum configuration file to use for the transaction. required: false - version_added: "0.6" default: null aliases: [] diff --git a/library/system/authorized_key b/library/system/authorized_key index a503e9cc02..64e2fcdc42 100644 --- a/library/system/authorized_key +++ b/library/system/authorized_key @@ -27,7 +27,7 @@ module: authorized_key short_description: Adds or removes an SSH authorized key description: - Adds or removes an SSH authorized key for a user from a remote host. -version_added: "0.5" +version_added: historical options: user: description: diff --git a/library/system/facter b/library/system/facter index ef0bdc850b..cd24717e44 100644 --- a/library/system/facter +++ b/library/system/facter @@ -28,7 +28,7 @@ description: - Runs the I(facter) discovery program (U(https://github.com/puppetlabs/facter)) on the remote system, returning JSON data that can be useful for inventory purposes. -version_added: "0.2" +version_added: historical options: {} notes: [] requirements: [ "facter", "ruby-json" ] diff --git a/library/system/group b/library/system/group index 2b19fab18b..38b2a72294 100644 --- a/library/system/group +++ b/library/system/group @@ -22,7 +22,7 @@ DOCUMENTATION = ''' --- module: group author: Stephen Fromm -version_added: "0.0.2" +version_added: historical short_description: Add or remove groups requirements: [ groupadd, groupdel, groupmod ] description: diff --git a/library/system/mount b/library/system/mount index 384cd97607..c5092d6d19 100644 --- a/library/system/mount +++ b/library/system/mount @@ -26,7 +26,7 @@ module: mount short_description: Control active and configured mount points description: - This module controls active and configured mount points in C(/etc/fstab). -version_added: "0.6" +version_added: historical options: name: description: diff --git a/library/system/ohai b/library/system/ohai index fc7704898c..b414693ce0 100644 --- a/library/system/ohai +++ b/library/system/ohai @@ -28,7 +28,7 @@ description: (U(http://wiki.opscode.com/display/chef/Ohai)) on the remote host and returns JSON inventory data. I(Ohai) data is a bit more verbose and nested than I(facter). -version_added: "0.6" +version_added: historical options: {} notes: [] requirements: [ "ohai" ] diff --git a/library/system/user b/library/system/user index 4d1699e4ee..ef4e15d42c 100644 --- a/library/system/user +++ b/library/system/user @@ -22,7 +22,7 @@ DOCUMENTATION = ''' --- module: user author: Stephen Fromm -version_added: "0.2" +version_added: historical short_description: Manage user accounts requirements: [ useradd, userdel, usermod ] description: