Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
ff0a41d4
Commit
ff0a41d4
authored
11 years ago
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No longer need to reference 'version_added' in docs for these, as this was quite a while ago.
parent
51e6f411
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
17 additions
and
19 deletions
+17
-19
library/cloud/virt
+1
-1
library/commands/command
+0
-1
library/commands/shell
+1
-1
library/database/mysql_db
+1
-1
library/database/mysql_user
+1
-1
library/database/postgresql_db
+1
-1
library/database/postgresql_user
+1
-1
library/files/assemble
+1
-1
library/files/fetch
+1
-1
library/internal/async_status
+1
-1
library/network/get_url
+1
-1
library/packaging/apt
+1
-1
library/packaging/yum
+0
-1
library/system/authorized_key
+1
-1
library/system/facter
+1
-1
library/system/group
+1
-1
library/system/mount
+1
-1
library/system/ohai
+1
-1
library/system/user
+1
-1
No files found.
library/cloud/virt
View file @
ff0a41d4
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
library/commands/command
View file @
ff0a41d4
...
...
@@ -56,7 +56,6 @@ options:
chdir:
description:
- cd into this directory before running the command
version_added: "0.6"
required: false
default: null
executable:
...
...
This diff is collapsed.
Click to expand it.
library/commands/shell
View file @
ff0a41d4
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
library/database/mysql_db
View file @
ff0a41d4
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
library/database/mysql_user
View file @
ff0a41d4
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
library/database/postgresql_db
View file @
ff0a41d4
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
library/database/postgresql_user
View file @
ff0a41d4
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
library/files/assemble
View file @
ff0a41d4
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
library/files/fetch
View file @
ff0a41d4
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
library/internal/async_status
View file @
ff0a41d4
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
library/network/get_url
View file @
ff0a41d4
...
...
@@ -38,7 +38,7 @@ description:
(see `setting the environment
<http://www.ansibleworks.com/docs/playbooks_environment.html#setting-the-environment-and-working-with-proxies>`_),
or by using the use_proxy option.
version_added:
"0.6"
version_added:
historical
options:
url:
description:
...
...
This diff is collapsed.
Click to expand it.
library/packaging/apt
View file @
ff0a41d4
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
library/packaging/yum
View file @
ff0a41d4
...
...
@@ -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: []
...
...
This diff is collapsed.
Click to expand it.
library/system/authorized_key
View file @
ff0a41d4
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
library/system/facter
View file @
ff0a41d4
...
...
@@ -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" ]
...
...
This diff is collapsed.
Click to expand it.
library/system/group
View file @
ff0a41d4
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
library/system/mount
View file @
ff0a41d4
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
library/system/ohai
View file @
ff0a41d4
...
...
@@ -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" ]
...
...
This diff is collapsed.
Click to expand it.
library/system/user
View file @
ff0a41d4
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment