<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Install Ansible Module Dynatrace - OneAgent in Automations</title>
    <link>https://community.dynatrace.com/t5/Automations/Install-Ansible-Module-Dynatrace-OneAgent/m-p/111245#M1296</link>
    <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/5445/view.html" nodeid="5445"&gt;@Radu S.&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Thank you very much for your help ; exactly it is a simple camel-case issue &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Download the module and copy it into my project. I have presented this problem because I am a little new to Ansible, I am going to reinforce the concept of roles :).&lt;/P&gt;&lt;P&gt;I have already managed to install OneAgent on the servers I needed, I will continue with the automation tasks.&lt;/P&gt;&lt;P&gt;Best regards;&lt;/P&gt;&lt;P&gt;RobertoGuerrero&lt;/P&gt;</description>
    <pubDate>Sun, 19 Apr 2020 17:48:41 GMT</pubDate>
    <dc:creator>rguerrero</dc:creator>
    <dc:date>2020-04-19T17:48:41Z</dc:date>
    <item>
      <title>Install Ansible Module Dynatrace - OneAgent</title>
      <link>https://community.dynatrace.com/t5/Automations/Install-Ansible-Module-Dynatrace-OneAgent/m-p/111243#M1294</link>
      <description>&lt;P&gt;Hello everyone;&lt;/P&gt;&lt;P&gt;I have ansible tower and I want to install the ansible OneAgent module.&lt;/P&gt;&lt;P&gt;I run this command: &lt;STRONG&gt;ansible-galaxy install dynatrace.oneagent,1.0.7&lt;/STRONG&gt; and I see:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/24574-instalacion.png" /&gt;&lt;/P&gt;&lt;P&gt;My PlayBook:&lt;/P&gt;&lt;PRE&gt;--- &lt;BR /&gt;- hosts: all&lt;BR /&gt;  become: true&lt;BR /&gt;  roles:&lt;BR /&gt;    - role: Dynatrace.OneAgent&lt;BR /&gt;  vars:&lt;BR /&gt;    dynatrace_environment_url: {your-domain}/e/{your-environment-id}&lt;BR /&gt;    dynatrace_paas_token: {your-paas-token}&lt;/PRE&gt;&lt;P&gt;Reference: &lt;A href="https://galaxy.ansible.com/Dynatrace/OneAgent"&gt;https://galaxy.ansible.com/Dynatrace/OneAgent&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I want to automate the installation of Dynatrace OneAgent on my servers with Ansible Tower but I am have the following problem:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/24583-tower-evidencia.png" /&gt;&lt;/P&gt;&lt;P&gt;How can i solve this problem?&lt;/P&gt;&lt;P&gt;Thank for you help.&lt;/P&gt;&lt;P&gt;Regards;&lt;/P&gt;&lt;P&gt;RobertoArnold&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2020 23:26:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Install-Ansible-Module-Dynatrace-OneAgent/m-p/111243#M1294</guid>
      <dc:creator>rguerrero</dc:creator>
      <dc:date>2020-04-12T23:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Install Ansible Module Dynatrace - OneAgent</title>
      <link>https://community.dynatrace.com/t5/Automations/Install-Ansible-Module-Dynatrace-OneAgent/m-p/111244#M1295</link>
      <description>&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;I think this may be a simple camel-case issue. Try correcting the role to "dynatrace.oneagent" (all lower case).&lt;/P&gt;&lt;P&gt;Otherwise, it may be that Ansible is looking for the role in the wrong directories. In this case use the ansible.cfg file to specify the roles directory where the oneagent role was installed (/root/.ansible/roles from your screenshots). &lt;/P&gt;&lt;P&gt;Or you can install the role again, this time specifying your project directory, such as:&lt;/P&gt;&lt;PRE&gt;ansible-galaxy install dynatrace.oneagent,1.0.7 --roles-path /path/to/project&lt;/PRE&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Radu&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 07:03:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Install-Ansible-Module-Dynatrace-OneAgent/m-p/111244#M1295</guid>
      <dc:creator>Radu</dc:creator>
      <dc:date>2020-04-14T07:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Install Ansible Module Dynatrace - OneAgent</title>
      <link>https://community.dynatrace.com/t5/Automations/Install-Ansible-Module-Dynatrace-OneAgent/m-p/111245#M1296</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/5445/view.html" nodeid="5445"&gt;@Radu S.&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Thank you very much for your help ; exactly it is a simple camel-case issue &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Download the module and copy it into my project. I have presented this problem because I am a little new to Ansible, I am going to reinforce the concept of roles :).&lt;/P&gt;&lt;P&gt;I have already managed to install OneAgent on the servers I needed, I will continue with the automation tasks.&lt;/P&gt;&lt;P&gt;Best regards;&lt;/P&gt;&lt;P&gt;RobertoGuerrero&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 17:48:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Install-Ansible-Module-Dynatrace-OneAgent/m-p/111245#M1296</guid>
      <dc:creator>rguerrero</dc:creator>
      <dc:date>2020-04-19T17:48:41Z</dc:date>
    </item>
  </channel>
</rss>

