<?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: Linux Domain Join Script in HPE Morpheus Enterprise</title>
    <link>https://community.hpe.com/t5/hpe-morpheus-enterprise/linux-domain-join-script/m-p/7249570#M2744</link>
    <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hpe.com/u/cbunge"&gt;@cbunge&lt;/A&gt;&lt;BR /&gt;
For Windows VMs to join the domain, we do not need the additional workflow. We can just check the “Join Domain Controller” option, is that correct ?&lt;/P&gt;</description>
    <pubDate>Tue, 03 Sep 2024 18:53:26 GMT</pubDate>
    <dc:creator>RJ12</dc:creator>
    <dc:date>2024-09-03T18:53:26Z</dc:date>
    <item>
      <title>Linux Domain Join Script</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise/linux-domain-join-script/m-p/7249569#M2743</link>
      <description>&lt;P&gt;I needed to domain join Linux servers, so I wrote up &lt;A href="https://github.com/gomorpheus/morpheus-automation-examples/blob/main/Ansible/Linux/linuxDomainJoin.yml"&gt;this&lt;/A&gt; Ansible script.  Should work with Cent/RHEL/Ubuntu.&lt;/P&gt;
&lt;H1&gt;
&lt;A name="how-to-configure-in-morpheus-1" class="anchor" href="#how-to-configure-in-morpheus-1"&gt;&lt;/A&gt;How to Configure in Morpheus&lt;/H1&gt;
&lt;OL&gt;
&lt;LI&gt;Add Ansible Integration&lt;/LI&gt;
&lt;LI&gt;Create Join Domain Task&lt;BR /&gt;
&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/150174i015B9B6D7517BDC8/image-size/large?v=v2&amp;amp;px=2000" role="button" title="abc0d65392e02024d5604bf771767b74853cce55.png" alt="abc0d65392e02024d5604bf771767b74853cce55.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;Create Linux Domain Workflow&lt;BR /&gt;
&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/150533i46026734BA093563/image-size/large?v=v2&amp;amp;px=2000" role="button" title="3990bdd07c1fcb0ff8581f7729af84c7216045a6.png" alt="3990bdd07c1fcb0ff8581f7729af84c7216045a6.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;Associate Linux Domain Workflow to Domain&lt;BR /&gt;
&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/150511iDA44D60FB56AFE7A/image-size/large?v=v2&amp;amp;px=2000" role="button" title="513731f02dac9c35e45b719b5dd7a493e34ce66c.png" alt="513731f02dac9c35e45b719b5dd7a493e34ce66c.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;Prosper!&lt;BR /&gt;
&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/150473i9E370796E16FCF9E/image-size/large?v=v2&amp;amp;px=2000" role="button" title="7b83b42eb197747a74bb6ebc449c52df3bf95e85.png" alt="7b83b42eb197747a74bb6ebc449c52df3bf95e85.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H1&gt;
&lt;A name="requirements-2" class="anchor" href="#requirements-2"&gt;&lt;/A&gt;Requirements&lt;/H1&gt;
&lt;OL&gt;
&lt;LI&gt;Cypher Configuration&lt;BR /&gt;
a. Name of the cypher object is matches the domain name.&lt;BR /&gt;
Example: “secret/mydomain.com”&lt;BR /&gt;
b. The contents of the cypher are as follows (Admin group is optional)&lt;PRE style="background : #f0f1f2;"&gt;&lt;CODE class="lang-auto"&gt;{
"username":"userSAMAccount",
"password":"MyPassword",
"admin":"ADGroup@mydomain.com"
}
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 09 Dec 2022 13:00:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise/linux-domain-join-script/m-p/7249569#M2743</guid>
      <dc:creator>cbunge</dc:creator>
      <dc:date>2022-12-09T13:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Domain Join Script</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise/linux-domain-join-script/m-p/7249570#M2744</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hpe.com/u/cbunge"&gt;@cbunge&lt;/A&gt;&lt;BR /&gt;
For Windows VMs to join the domain, we do not need the additional workflow. We can just check the “Join Domain Controller” option, is that correct ?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 18:53:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise/linux-domain-join-script/m-p/7249570#M2744</guid>
      <dc:creator>RJ12</dc:creator>
      <dc:date>2024-09-03T18:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Domain Join Script</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise/linux-domain-join-script/m-p/7249571#M2745</link>
      <description>&lt;P&gt;Correct.  Just select auto join domain on virtual image, add domain info under infra &amp;gt; network &amp;gt; domains, and set preferred domain on cloud or network or chose at provision time.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 19:18:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise/linux-domain-join-script/m-p/7249571#M2745</guid>
      <dc:creator>cbunge</dc:creator>
      <dc:date>2024-09-03T19:18:16Z</dc:date>
    </item>
  </channel>
</rss>

