Adding initial generic configs to systems
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
base:
|
||||
## Common stuff
|
||||
'*':
|
||||
# base system configuration; these need to run early and in a specific order
|
||||
- timezone
|
||||
- chrony
|
||||
- openssh
|
||||
- openssh.banner
|
||||
- openssh.config
|
||||
- vim
|
||||
# keep this at the end of the common stuff since these are one-off installs
|
||||
- packages
|
||||
Reference in New Issue
Block a user