Project

General

Profile

Actions

How to configure servers with cdist » History » Revision 2

« Previous | Revision 2/4 (diff) | Next »
Timothée Floure, 02/16/2021 04:13 PM


How to configure servers with cdist

Introduction

We are using cdist to manage our system configurations. This software has originally been developped by ungleich-folk, but now has a much broader community.

The ungleich cdist environment

Our environment is composed of 4 repositories:

  • ungleich-intern/cdist-workdir: meta-repository used as convenience helper to run access types across our 3 type repositories.
  • ungleich-intern/dot-cdist: internal (= private) and historic cdist repository. Contains our manifests.
  • ungleich-public/cdist-ungleich: public (infrastructure transparency, sharing with the community) ungleich types that are too specific to be upstream to core cdist or cdist-contrib.
  • ungleich-public/cdist-contrib: community-managed repository for types that do not fit into core-cdist.

Applying changes to servers

When a server needs to be (re-)configured, login to control.ungleich.ch with ssh agent forwarding enabled. The username is the same as the customer you want to apply configurations for. If you want for instance to configure the ungleich infrastructure, proceed as follows:

# Login to configuration server
ssh -A ungleich@control.ungleich.ch

# Ensure cdist configuration is up-to-date
cd ~/.cdist
git pull

# Configure
cdist config -vv <hostname>

Updated by Timothée Floure about 3 years ago · 2 revisions