To setup very basic setting on your server.
- Setup ssh config(e.g. you should use other than default port)
- Install basic set of packages
- Setup proper prompt host
- Add remotes to /etc/salt/master
gitfs_remotes:
- git://github.com/trexglobal/openssh-formula
- git://github.com/trexglobal/basic-formula
- Setup pillar from pillar.example
- Add basic to your server state file
include:
- basic
or to the top.sls file
base:
'some.server.example.com':
- basic