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

Setting time zone, locale, and kernel configurations

In this recipe, we will see some simple yet important system configurations, with the help of respective Salt modules. We will learn how to set time zones, locales, and manage kernel parameter configurations.

How to do it...

We will use the same minion as the previous recipe. We will also use the same state hostconfig, and new configurations will be added in new files.

  1. Create and edit /opt/salt-cookbook/staging/hostconfig/timezone.sls to have the following entries:
    {% if grains['location'] == "dc1" %}
    Asia/Singapore:
    {% elif grains['location'] == "dc2" %}
    Europe/Amsterdam:
    {% endif %}
      timezone.system
  2. Create and edit /opt/salt-cookbook/staging/hostconfig/locale.sls to have the following entries:
    en_US.UTF-8:
      locale.system
  3. Create and edit /opt/salt-cookbook/staging/hostconfig/sysctl.sls to have the following entries:
    net.ipv4.conf.default.rp_filter:
      sysctl.present:
        - value: 1
    
    net.ipv4.tcp_syncookies...

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