Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Salt Cookbook
  • Toc
  • feedback
Salt Cookbook

Salt Cookbook

By : Anirban Saha
3.5 (2)
close
Salt Cookbook

Salt Cookbook

3.5 (2)
By: Anirban Saha

Overview of this book

If you are a professional associated with system and infrastructure management, looking at automated infrastructure and deployments, then this book is for you. No prior experience of Salt is required.
Table of Contents (13 chapters)
close
12
Index

Writing and retrieving pillar data


We already have a basic understanding of what pillars are and how to use them in Salt. In this section, we are going to learn more about writing pillars and how to retrieve them both from the master and the minion.

How to do it...

  1. Create a new environment qa using the recipe Configuring the Salt environment and pillar paths in Chapter 1, Salt Architecture and Components. The state environment path should be /opt/salt-cookbook/qa, and the pillar path should be /opt/salt-cookbook/pillar/qa. Also, create the top files for the new environment in the base directory for state and the pillar, and populate them with the following entry:

    qa:
      '*':
        - user
  2. Create a pillar directory user in the base pillar directory, and in it create the file init.sls. Edit /opt/salt-cookbook/pillar/qa/user/init.sls and enter the following:

    users:
      qa_user: qa-app
      qa_user_password: '$1$lhxadPoh$d5tZktsF/eI08tqiwmwBo0'
  3. Configure the minion using the recipe Configuring environments...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete