-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
25 lines (14 loc) · 845 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
STD
Simple Tools Depot
A bunch of simple tools and scripts that I've found myself and others
reimplementing over and over.
* st -> simple templating, using `[%` and `%]` as delimiters.
* tinydns_migration -> scripts to migrate existing DNS to tinydns.
* get_logs -> simple utility to remotely copy and keep rotating logs.
* nagutils -> some comandline utilities for nagios.
* ejabberd_htpass -> script to allow ejabberd to use htpasswd file as auth
source.
* list_collection_info -> script to list collections with older ansbile (<= 2.9).
* get_collection_info -> script to get collection info with older ansbile (<=2.9).
* vars_plugins/ -> custom ansible vars plugins.
- host_group_vars_ini -> similar to built in ansible host_group_vars, but reads ini instead of YAML/JSON.