<?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: Distributed deployment using ansible-role-for-splunk? in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Distributed-deployment-using-ansible-role-for-splunk/m-p/634269#M12450</link>
    <description>&lt;P&gt;my understand is that the above ansible role will install splunk on al the nodes and based on the configurationf passed to the node, the node can play a different role (indexer, cluster manager etc.)&lt;/P&gt;</description>
    <pubDate>Mon, 13 Mar 2023 13:14:10 GMT</pubDate>
    <dc:creator>mickey</dc:creator>
    <dc:date>2023-03-13T13:14:10Z</dc:date>
    <item>
      <title>Distributed deployment using ansible-role-for-splunk?</title>
      <link>https://community.splunk.com/t5/Installation/Distributed-deployment-using-ansible-role-for-splunk/m-p/633415#M12424</link>
      <description>&lt;P&gt;I successfully installed splunk using the&amp;nbsp;ansible-role-for-splunk one a single machine. It worked as expected. I am trying now to deploy a distributed splunk system (7 VMs in total). I prepared the inventory based on&amp;nbsp;&lt;A href="https://github.com/splunk/ansible-role-for-splunk/blob/master/environments/production/inventory.yml" target="_blank" rel="noopener"&gt;https://github.com/splunk/ansible-role-for-splunk/blob/master/environments/production/inventory.yml&lt;/A&gt;. when i ran the playbook, the bahviour is 7 individual installations of splunk instead of a distributed installation with indexer cluster, search head etc. My understanding was that based on the group name in the inventory, ansible role will install only the required components. Is it not true?&lt;/P&gt;
&lt;P&gt;I am posting my playbook and inventory file (as first 2 replies). thanks&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mickey_0-1678109947656.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/24211i35B17A381B854D5F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mickey_0-1678109947656.png" alt="mickey_0-1678109947656.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 15:00:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Distributed-deployment-using-ansible-role-for-splunk/m-p/633415#M12424</guid>
      <dc:creator>mickey</dc:creator>
      <dc:date>2023-03-06T15:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: distributed deployment using ansible-role-for-splunk</title>
      <link>https://community.splunk.com/t5/Installation/Distributed-deployment-using-ansible-role-for-splunk/m-p/633416#M12425</link>
      <description>&lt;P&gt;Here is the inventory file:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;all:
  children:
    full:
      children:
        clustermanager:
          hosts:
            lab-splunk-util:

        licensemaster:
          hosts:
            lab-splunk-util:

        # Distributed Management Console
        dmc:
          hosts:
            lab-splunk-util:

        deploymentserver:
          hosts:
            lab-splunk-depl:

        #Search head
        search:
          children:
            searchhead:
              hosts:
                lab-splunk-sh:

        heavyforwarder:
          hosts:
            lab-splunk-hf:

        indexer:
          hosts:
            lab-splunk-idx0:
            lab-splunk-idx1:
            lab-splunk-idx2:&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 06 Mar 2023 12:00:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Distributed-deployment-using-ansible-role-for-splunk/m-p/633416#M12425</guid>
      <dc:creator>mickey</dc:creator>
      <dc:date>2023-03-06T12:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: distributed deployment using ansible-role-for-splunk</title>
      <link>https://community.splunk.com/t5/Installation/Distributed-deployment-using-ansible-role-for-splunk/m-p/633417#M12426</link>
      <description>&lt;P&gt;Here is the playbook. Note that I installed the role ansible-role-for-splunk.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;---
- hosts: all
  become: true
  tasks:
    - name: Install or Upgrade Splunk
      include_role:
        name: ansible-role-for-splunk&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 06 Mar 2023 12:01:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Distributed-deployment-using-ansible-role-for-splunk/m-p/633417#M12426</guid>
      <dc:creator>mickey</dc:creator>
      <dc:date>2023-03-06T12:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Distributed deployment using ansible-role-for-splunk?</title>
      <link>https://community.splunk.com/t5/Installation/Distributed-deployment-using-ansible-role-for-splunk/m-p/634269#M12450</link>
      <description>&lt;P&gt;my understand is that the above ansible role will install splunk on al the nodes and based on the configurationf passed to the node, the node can play a different role (indexer, cluster manager etc.)&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 13:14:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Distributed-deployment-using-ansible-role-for-splunk/m-p/634269#M12450</guid>
      <dc:creator>mickey</dc:creator>
      <dc:date>2023-03-13T13:14:10Z</dc:date>
    </item>
  </channel>
</rss>

