Git Product home page Git Product logo

Comments (3)

rajendraindukuri avatar rajendraindukuri commented on August 25, 2024

Hi @dimitrigraf ,
Thanks for writing to us. This is all the documentation we have and samples provided in https://github.com/dell/ansible-unity/blob/1.2.1/docs/Product%20Guide.md for each module are very simple and self explanatory. Could you please be specific about the issue you are facing so that we can try help resolve your issues?

Thanks
Rajendra

from ansible-unity.

dimitrigraf avatar dimitrigraf commented on August 25, 2024

Hi Rajendra

Well, what would a playbook look like that would run one of the modules in a task? Where is the playbook run? Locally?

For example, when using dellemc.os10.os10_command to get some information from an access switch, you have to set connection: network_cli and some additional variables like ansible_become_method

What is needed to use these unity modules? Which variables need to be set etc.

Kind regards
Dimitri

from ansible-unity.

dimitrigraf avatar dimitrigraf commented on August 25, 2024

So, for anyone else stumbling upon this:

---  
- hosts: all
  collections:
  - dellemc.unity
     
  tasks:
  - name: example task
    dellemc.unity.dellemc_unity_filesystem:
      unispherehost: x.x.x.x
      username: user_name
      password: pass_word
      parameter1: value1
      paremter2: value2
    delegate_to: localhost  

Are these modules in an early stage of development? A few remarks:

  • having to type username and password as clear text parameters is less than nice
  • is there a way to set these first few parameters for connecting to Unity in a more secure and also less repetitive way?

from ansible-unity.

Related Issues (19)

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.