Initial repo structure — playbook skeletons, roles, client template inventory
This commit is contained in:
16
group_vars/all.yml
Normal file
16
group_vars/all.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
min_free_disk_percent: 20
|
||||
max_load_multiplier: 2
|
||||
snapshot_max_age_hours: 24
|
||||
|
||||
human_estimates:
|
||||
linux_full_patch: 2700
|
||||
linux_security_only: 1800
|
||||
windows_full_patch: 3600
|
||||
preflight_check: 600
|
||||
|
||||
report_on_success: true
|
||||
report_on_failure: true
|
||||
|
||||
snapshot_retain_count: 3
|
||||
snapshot_name_prefix: "ansible-pre-patch"
|
||||
Reference in New Issue
Block a user