Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 813 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 813 Bytes

Basic SaltStack Formula

To setup very basic setting on your server.

What it does

  1. Setup ssh config(e.g. you should use other than default port)
  2. Install basic set of packages
  3. Setup proper prompt host

Install

  1. Add remotes to /etc/salt/master
gitfs_remotes:
  - git://github.com/trexglobal/openssh-formula
  - git://github.com/trexglobal/basic-formula
  1. Setup pillar from pillar.example
  2. Add basic to your server state file
include:
    - basic

or to the top.sls file

base:
  'some.server.example.com':
    - basic