Disk Maintenance Day Changes (#14)
* Remove Thunderbird and Audacity. Don't add Geary to new installs but don't remove it in case it comes with the distro. * Remove Thunderbird from Favorites. * Add more systems to Dev branch. * Add sudo so older distros don't ask for password on every app update. * Alias for sync to help save some time typing. * Post less often to hopefully allow keeping up a year of data in less than 16GB.
This commit is contained in:
@ -143,6 +143,7 @@
|
||||
echo "ERROR: $PROG experienced a problem and has aborted."
|
||||
return 1
|
||||
}
|
||||
sync: alias sync='date && echo "Syncing!" && sync && date'
|
||||
|
||||
- name: General | Account Management | Users | Files | Common Variable
|
||||
set_fact:
|
||||
@ -157,6 +158,7 @@
|
||||
{{ PS1 }}
|
||||
{{ remount }}
|
||||
{{ update }}
|
||||
{{ sync }}
|
||||
|
||||
- name: General | Account Management | Users | Files | .bashrc
|
||||
blockinfile:
|
||||
|
@ -85,12 +85,12 @@
|
||||
# user = "$USER"
|
||||
|
||||
[agent]
|
||||
interval = "10s"
|
||||
interval = "30s"
|
||||
metric_batch_size = 1000
|
||||
metric_buffer_limit = 10000
|
||||
collection_jitter = "0s"
|
||||
flush_interval = "10s"
|
||||
flush_jitter = "0s"
|
||||
collection_jitter = "3s"
|
||||
flush_interval = "30s"
|
||||
flush_jitter = "7s"
|
||||
precision = ""
|
||||
# debug = false
|
||||
# quiet = false
|
||||
|
Reference in New Issue
Block a user