Skip to content

Instantly share code, notes, and snippets.

/pillar.rst Secret

Created May 17, 2017 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/75c258f73105ee0d40ec725af6a6284d to your computer and use it in GitHub Desktop.
Save anonymous/75c258f73105ee0d40ec725af6a6284d to your computer and use it in GitHub Desktop.

How it is now:

role: els
rolelong: elasticsearch server
rolelegacy: false

Adding a subrole (goofy):

role: els
subrole: els-master
rolelong: elasticsearch master server
rolelegacy: false

Federating it out one time:

role:
  short: els
  long: elasticsearch master server
  sub: els-master
  legacy: false

Federating it out multiple times:

role:
  els:
    short: els-master
    long: elasticsearch master server
  legacy: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment