<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ansible Training – 9. AWX</title><link>/docs/09/</link><description>Recent content in 9. AWX on Ansible Training</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="/docs/09/index.xml" rel="self" type="application/rss+xml"/><item><title>Docs: 9.1 AWX / Ascender / AAP Installation</title><link>/docs/09/01/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/09/01/</guid><description>
&lt;h3 id="task-1">Task 1&lt;/h3>
&lt;p>Get yourself familiar with the installation options for AWX, Ascender and AAP&lt;/p>
&lt;ul>
&lt;li>Have a look at the different installation documentations
&lt;ul>
&lt;li>&lt;a href="https://github.com/ansible/awx/blob/devel/INSTALL.md">AWX install&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://github.com/ctrliq/ascender-install">Ascender Install&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://access.redhat.com/documentation/en-us/red_hat_ansible_automation_platform/">AAP Install&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>What is one of the advantages when installing Ascender?&lt;/li>
&lt;li>What is one of the advantages when installing AAP?&lt;/li>
&lt;/ul>
&lt;details >
&lt;summary>Solution Task 1&lt;/summary>
&lt;p>An advantage of Ascender is the handy installer script &lt;a href="https://github.com/ctrliq/ascender-install">ascender-install&lt;/a>.
Another advantage is, that everything is available even without a valid subscription for Ascender.&lt;/p>
&lt;p>An advantage of AAP is the availability of an RPM based installation.
The downside is, that those RPMs are only available when you have a valid AAP subscription,
and you are logged in the Red Hat customer backend.&lt;/p>
&lt;/details>
&lt;h3 id="task-2">Task 2&lt;/h3>
&lt;ul>
&lt;li>Now, we want to install Ascender locally using k3s. The &lt;a href="https://github.com/ctrliq/ascender-install">ascender-install&lt;/a>
repository from GitHub is checked out to the folder &lt;code>/home/ansible/ascender-install&lt;/code> on your ascender server.&lt;/li>
&lt;li>Which file contains the configuration parameters for your installation?&lt;/li>
&lt;/ul>
&lt;details >
&lt;summary>Solution Task 2&lt;/summary>
&lt;pre tabindex="0">&lt;code>/home/ansible/ascender-install/default.config.yml
&lt;/code>&lt;/pre>&lt;p>See that the file was already prepared with the information for your lab servers.&lt;/p>
&lt;/details>
&lt;h3 id="task-3">Task 3&lt;/h3>
&lt;ul>
&lt;li>Run the installation. This may take some time.&lt;/li>
&lt;/ul>
&lt;details >
&lt;summary>Solution Task 3&lt;/summary>
&lt;div class="highlight">&lt;div style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">
&lt;table style="border-spacing:0;padding:0;margin:0;border:0;">&lt;tr>&lt;td style="vertical-align:top;padding:0;margin:0;border:0;">
&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code>&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1
&lt;/span>&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td style="vertical-align:top;padding:0;margin:0;border:0;;width:100%">
&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>cd /home/ansible/ascender-install
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>sudo ./setup.sh
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;/details>
&lt;h3 id="task-4">Task 4&lt;/h3>
&lt;ul>
&lt;li>Log in to Ascender using the username and password provided by the instructor.&lt;/li>
&lt;li>In which file are the credentials defined?&lt;/li>
&lt;/ul>
&lt;details >
&lt;summary>Solution Task 4&lt;/summary>
&lt;pre tabindex="0">&lt;code>/home/ansible/ascender-install/default.config.yml
&lt;/code>&lt;/pre>&lt;/details></description></item></channel></rss>