/usr/share/doc/ansible-tower-cli/html/index.html is in ansible-tower-cli-doc 3.2.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Ansible Tower CLI — tower-cli documentation</title>
<link rel="stylesheet" href="_static/classic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/mathjax/MathJax.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Installation" href="install.html" />
</head>
<body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="install.html" title="Installation"
accesskey="N">next</a> |</li>
<li class="nav-item nav-item-0"><a href="#">tower-cli documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="ansible-tower-cli">
<h1>Ansible Tower CLI<a class="headerlink" href="#ansible-tower-cli" title="Permalink to this headline">¶</a></h1>
<p><strong>tower-cli</strong> is a command line tool for Ansible Tower. It allows Tower
commands to be easily run from the Unix command line. It can also be
used as a client library for other python apps, or as a reference for
others developing API interactions with Tower’s REST API.</p>
<div class="section" id="about-tower">
<h2>About Tower<a class="headerlink" href="#about-tower" title="Permalink to this headline">¶</a></h2>
<p><a class="reference external" href="https://www.ansible.com/tower">Ansible Tower</a> is a GUI and REST interface
for Ansible that supercharges it by adding RBAC, centralized logging,
autoscaling/provisioning callbacks, graphical inventory editing, and
more.</p>
<p>Tower is free to use for up to 30 days or 10 nodes. Beyond this, <a class="reference external" href="https://www.ansible.com/pricing">a
license is required</a>.</p>
</div>
<div class="section" id="capabilities">
<h2>Capabilities<a class="headerlink" href="#capabilities" title="Permalink to this headline">¶</a></h2>
<p>This command line tool sends commands to the Tower API. It is capable of
retrieving, creating, modifying, and deleting most resources within Tower.</p>
<p>A few potential uses include:</p>
<ul class="simple">
<li>Launching playbook runs (for instance, from Jenkins, TeamCity,
Bamboo, etc)</li>
<li>Checking on job statuses</li>
<li>Rapidly creating objects like organizations, users, teams, and more</li>
</ul>
</div>
<div class="section" id="table-of-contents">
<h2>Table of Contents<a class="headerlink" href="#table-of-contents" title="Permalink to this headline">¶</a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="install.html">Installation</a><ul>
<li class="toctree-l2"><a class="reference internal" href="install.html#install-from-package-managers">Install from Package Managers</a></li>
<li class="toctree-l2"><a class="reference internal" href="install.html#build-from-source">Build from Source</a></li>
<li class="toctree-l2"><a class="reference internal" href="install.html#install-the-right-version">Install the Right Version</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="quickstart.html">Quick Start</a></li>
<li class="toctree-l1"><a class="reference internal" href="api_ref/index.html">API Reference</a><ul>
<li class="toctree-l2"><a class="reference internal" href="api_ref/index.html#introduction">Introduction</a></li>
<li class="toctree-l2"><a class="reference internal" href="api_ref/index.html#table-of-contents">Table of Contents</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="cli_ref/index.html">CLI Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="CONTRIBUTING.html">Contributor’s Guide</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CONTRIBUTING.html#bug-reports">Bug Reports</a></li>
<li class="toctree-l2"><a class="reference internal" href="CONTRIBUTING.html#feature-requests">Feature Requests</a></li>
<li class="toctree-l2"><a class="reference internal" href="CONTRIBUTING.html#architecture-overview">Architecture Overview</a></li>
<li class="toctree-l2"><a class="reference internal" href="CONTRIBUTING.html#code-contributions">Code Contributions</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="HISTORY.html">Release History</a><ul>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id1">3.2.0 (2017-10-04)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id2">3.1.8 (2017-08-21)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id3">3.1.7 (2017-08-07)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id4">3.1.6 (2017-07-18)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id5">3.1.5 (2017-07-12)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id6">3.1.4 (2017-06-07)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id7">3.1.3 (2017-03-22)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id8">3.1.2 (2017-03-21)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id9">3.1.1 (2017-03-13)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id10">3.1.0 (2017-03-09)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id11">3.0.3 (2017-02-07)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id12">3.0.2 (2016-12-08)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id13">3.0.1 (2016-09-22)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id14">3.0.0 (2016-08-05)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id15">2.3.2 (2016-07-21)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id16">2.3.1 (2015-12-10)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id17">2.3.0 (2015-10-20)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id18">2.1.1 (2015-01-27)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id19">2.1.0 (2015-01-21)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id20">2.0.2 (2014-10-02)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id21">2.0.1 (2014-07-18)</a></li>
<li class="toctree-l2"><a class="reference internal" href="HISTORY.html#id22">2.0.0 (2014-07-15)</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="#">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Ansible Tower CLI</a><ul>
<li><a class="reference internal" href="#about-tower">About Tower</a></li>
<li><a class="reference internal" href="#capabilities">Capabilities</a></li>
<li><a class="reference internal" href="#table-of-contents">Table of Contents</a></li>
</ul>
</li>
</ul>
<h4>Next topic</h4>
<p class="topless"><a href="install.html"
title="next chapter">Installation</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/index.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="install.html" title="Installation"
>next</a> |</li>
<li class="nav-item nav-item-0"><a href="#">tower-cli documentation</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2017, Ansible by Red Hat.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5.
</div>
</body>
</html>
|