Giter Site home page Giter Site logo

Format for DataBag? about chef-rundeck HOT 2 CLOSED

priestjim avatar priestjim commented on September 27, 2024
Format for DataBag?

from chef-rundeck.

Comments (2)

priestjim avatar priestjim commented on September 27, 2024

Hi!

I know the lack of documentation sucks big time but I haven't had the time to create it...My apologies, should be due any day now!

Now on the recipients databag, you define the databag on which to search for a field named notify that has the value true and from which array of resulting databags you'll use the email field there to populate the
recipients list. Example databag:

{ "id": "test", "user": "pj", "email": "[email protected]", "notify": true }

On the admin databag, you'll have to describe the default username and password for your admin user! The format is simple:

{ "id": "rundeck", "username": "rundeck-admin", "password": "md5 sum of your password", "ssh_key": [ "----BEGIN RSA....", "keydata....", "keydata...." ] }

The SSH key is just the RSA private key in array form with each line corresponding to the actual SSH private key line!

I'll add support for encrypted databags together with the doc update!

from chef-rundeck.

proffalken avatar proffalken commented on September 27, 2024

That's awesome, thanks.

Matt

from chef-rundeck.

Related Issues (10)

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.