diff --git a/library/cloud/virt b/library/cloud/virt index 69dcf055366..cf030902cea 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 707ec325a6b..a90e4ef0907 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 5b3969a1fb1..2fb54549f0e 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 9f929923432..7e065ae3b88 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 9758939a7a1..1e248cb7594 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 f7274da8846..cc0d941faa1 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 b6a4047b4ec..cfc2c7c55bb 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 93779235c98..f5f71612b26 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 5b47d87a856..61919d338f5 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 79647da113d..7df9f8ff520 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 11e520b53a0..db702368a50 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 403ce0ea960..38a9061a256 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 536c7e50405..b3ff2fd8e31 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 a503e9cc021..64e2fcdc423 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 ef0bdc850b4..cd24717e44c 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 2b19fab18b6..38b2a722941 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 384cd976079..c5092d6d194 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 fc7704898cb..b414693ce0d 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 4d1699e4ee0..ef4e15d42c7 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: