Merge branch 'dev' into feature/generate-playbook-api-key

This commit is contained in:
William Wernert
2020-10-02 08:39:09 -04:00
20 changed files with 199 additions and 317 deletions

View File

@@ -1273,6 +1273,9 @@ manager_global() {
" playbook:"\
" rulesets:"\
" - windows" >> "$global_pillar"
"redis_settings:"\
" redis_maxmemory: 812"\
printf '%s\n' '----' >> "$setup_log" 2>&1
}