updated README.md

This commit is contained in:
Paul 2020-09-24 00:33:31 +02:00
parent 28e0ea4ab7
commit 76fc5d9bc2

View File

@ -3,6 +3,7 @@
## Summary ## Summary
paulbsd-salt are sets of SaltStack states for PaulBSD infrastructure paulbsd-salt are sets of SaltStack states for PaulBSD infrastructure
2-clause BSD licensed
## Howto ## Howto
@ -17,20 +18,31 @@ states
├── apt ├── apt
├── arduino ├── arduino
├── bareos ├── bareos
├── borg
├── burp ├── burp
├── caddy
├── cds ├── cds
├── clamav ├── config
├── collectd ├── coronafana
├── cron ├── cron
├── dip
├── dkron
├── docker
├── dokuwiki
├── dovecot ├── dovecot
├── flash ├── drone
├── fuelprices
├── g2g
├── gitea ├── gitea
├── gobackup
├── golang
├── grafana ├── grafana
├── gufw ├── gufw
├── influxdb ├── influxdb
├── ipfs ├── ipfs
├── iptables ├── iptables
├── java ├── java
├── locale
├── maildb ├── maildb
├── mariadb ├── mariadb
├── misc ├── misc
@ -38,21 +50,30 @@ states
├── molotov ├── molotov
├── motd ├── motd
├── netbox ├── netbox
├── netboxinventory
├── nextcloud
├── nextcloud_desktop ├── nextcloud_desktop
├── nftables ├── nftables
├── nginx ├── nginx
├── npf ├── npf
├── oldstates
├── opendkim ├── opendkim
├── openvpn_client ├── openvpn_client
├── openvpn_server ├── ovh
├── packer ├── packer
├── php
├── pkg ├── pkg
├── postfix ├── postfix
├── postgresql ├── postgresql
├── provision
├── pycharm ├── pycharm
├── qrz
├── rainloop
├── rclone ├── rclone
├── reactor ├── reactor
├── redis
├── repos ├── repos
├── rspamd
├── rsync ├── rsync
├── rsyslog ├── rsyslog
├── _runners ├── _runners
@ -60,9 +81,9 @@ states
├── samba ├── samba
├── sensu ├── sensu
├── services ├── services
├── snmp
├── ssh ├── ssh
├── _states ├── _states
├── states
├── sublimetext ├── sublimetext
├── sudo ├── sudo
├── syncthing ├── syncthing
@ -76,8 +97,11 @@ states
├── users ├── users
├── vim ├── vim
├── vsftpd ├── vsftpd
├── weather
├── website
├── winpkg ├── winpkg
├── wintse ├── wintse
├── youtubedl
└── zsh └── zsh
``` ```