Coder Social home page Coder Social logo

Comments (4)

herlo avatar herlo commented on June 19, 2024

Sorry for the noise, if any. The <code></code> block doesn't seem to work when writing issues like it does elsewhere in markdown.

from linchpin.

samvarankashyap avatar samvarankashyap commented on June 19, 2024

@herlo : the less verbose version of layout ie.,

---
inventory_layout:
  hosts:
    - openshift-ansible

because , according to the layout predefined hosts is a dictionary. Apparently , when mentioned as above the data structure of hosts changes to list.
if we would like to mention a host without its parameters , then the layout would be as follows:

---
inventory_layout:
  vars:
    openshift_hostname: __IP__
    openshift_public_hostname: __IP__
  hosts:
    openshift-master:
      count: 1
      host_groups:
        - masters
        - nodes
        - OSEv3
    openshift-repo-host:
      count: 1
      host_groups:
        - nodes
        - OSEv3
        - repo_host
    testhost1:
    testhost2:

In above layout , testhost1, testhost2 keys are associated with null.

However, commit has been made to handle the host with a all group ,

inventory_layout:
  hosts:
    openshift-ansible:
      host_groups:
        - all

from linchpin.

herlo avatar herlo commented on June 19, 2024

I didn't put the layout with just a list because handling that requires extra code.

If you weren't assuming a count of 1 for each host, that was implied, but maybe not stated verbosely. Thanks for clarifying that detail. :-)

As for adding hosts without params, associating them with null seems acceptable to me. Maybe just requiring count: 1 in that case could accommodate everything? Not sure that's even necessary as long as we process it properly.

from linchpin.

samvarankashyap avatar samvarankashyap commented on June 19, 2024

PR #62 addresses the above issue

from linchpin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.