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
dac0db9c
Commit
dac0db9c
authored
Jul 30, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add company + rebuild
parent
b76e8c90
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
7 deletions
+11
-7
modules.html
+7
-7
rst/who_uses_ansible.rst
+1
-0
searchindex.js
+0
-0
who_uses_ansible.html
+3
-0
No files found.
modules.html
View file @
dac0db9c
...
...
@@ -255,10 +255,10 @@ noted, any given module does support change hooks.</p>
<td>
present
</td>
<td>
‘
absent
’
,
‘
present
’
, or
‘
latest
’
.
</td>
</tr>
<tr><td>
update
-
cache
</td>
<tr><td>
update
_
cache
</td>
<td>
no
</td>
<td>
no
</td>
<td>
run the equivalent of apt-get update before the operation?
<td>
Run the equivalent of apt-get update before the operation.
Can be run as part of the package installation or a seperate step
</td>
</tr>
<tr><td>
purge
</td>
...
...
@@ -266,12 +266,12 @@ Can be run as part of the package installation or a seperate step</td>
<td>
no
</td>
<td>
Will forge purge of configuration files if state is set to
‘
removed
’
.
</td>
</tr>
<tr><td>
default
-
release
</td>
<tr><td>
default
_
release
</td>
<td>
no
</td>
<td>
</td>
<td>
Corresponds to the -t option for apt and sets pin priorities
</td>
</tr>
<tr><td>
install
-
recommends
</td>
<tr><td>
install
_
recommends
</td>
<td>
no
</td>
<td>
yes
</td>
<td>
Corresponds to the
–
no-install-recommends option for apt, default
...
...
@@ -1219,9 +1219,9 @@ playbooks. See examples below.</td>
</tbody>
</table>
<p>
Example action from Ansible
<a
class=
"reference internal"
href=
"playbooks.html"
><em>
Playbooks
</em></a>
:
</p>
<div
class=
"highlight-python"
><pre>
yum
pkg
=httpd state=latest
yum
pkg
=httpd state=removed
yum
pkg
=httpd state=installed
</pre>
<div
class=
"highlight-python"
><pre>
yum
name
=httpd state=latest
yum
name
=httpd state=removed
yum
name
=httpd state=installed
</pre>
</div>
</div>
<div
class=
"section"
id=
"writing-your-own-modules"
>
...
...
rst/who_uses_ansible.rst
View file @
dac0db9c
...
...
@@ -8,6 +8,7 @@ Who They Are What They Do
================================================== ===================================================
`Basho <http://basho.com>`_ makers of NoSQL key-value store Riak
`Cygate AB <http://cygate.se>`_ IT solutions from Malmö, Sweden
`Dag IT Solutions <http://dagit.net>`_ "Enterprise Linux and Beyond"
`Fedora Project <http://fedoraproject.org>`_ produces the popular Linux distribution
`Four Kitchens <http://fourkitchens.com>`_ "the Drupal Experts"
`Schmooze Com <http://www.schmoozecom.com/>`_ Creators of Industry-Leading PBX Platforms
...
...
searchindex.js
View file @
dac0db9c
This diff is collapsed.
Click to expand it.
who_uses_ansible.html
View file @
dac0db9c
...
...
@@ -193,6 +193,9 @@ s.parentNode.insertBefore(ga, s);
<tr><td><a
class=
"reference external"
href=
"http://cygate.se"
>
Cygate AB
</a></td>
<td>
IT solutions from Malmö, Sweden
</td>
</tr>
<tr><td><a
class=
"reference external"
href=
"http://dagit.net"
>
Dag IT Solutions
</a></td>
<td>
“
Enterprise Linux and Beyond
”
</td>
</tr>
<tr><td><a
class=
"reference external"
href=
"http://fedoraproject.org"
>
Fedora Project
</a></td>
<td>
produces the popular Linux distribution
</td>
</tr>
...
...
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