Select Git revision
osarchmap.yaml
-
Imran Iqbal authoredImran Iqbal authored
README.md 1.74 KiB
hshbase
Basic server configuration used for most unix based servers at HsH.
States
- apt proxy, sources.list and sources.list.d
- openvmtools use them for vmware
- locale setup your servers locales
- time use the configured time server and zone
- snmpd let whats up gold talk to you
- python-packages we are using for salt grains or modules
- netifaces useful information in grains about net cfg
- psutil TODO: who needs that?!
hshbase
Installs everything
hshbase.apt
Configures apt package manager on debian and ubuntu machines
hshbase.time
Install NTP, and sets timezone + timeserver
hshbase.openvmtools
Install the package open-vm-tools
hshbase.locale
Install system locales and additional ones optionally
hshbase.snmpd
Install snmpd ready to be used with Whats Up Gold
Configuration
The states of this formula should be configurable using one central pillar for all configurations. Have a look at pillar.example for details.
Development
All features should be as configurable as necessary. Keep it simple, stupid (KISS).