Compare commits
3 Commits
11632e72d7
...
prod
| Author | SHA1 | Date | |
|---|---|---|---|
| d8bc4a66cf | |||
| 30f9aff49e | |||
| 190b3d921b |
@@ -892,13 +892,6 @@
|
||||
alias prod-backup="pull_prod_backups"
|
||||
alias pull-prod="pull_prod_backups"
|
||||
alias prod-pull="pull_prod_backups"
|
||||
function_log: |
|
||||
function log {
|
||||
echo -e "$1"
|
||||
}
|
||||
function blog {
|
||||
echo -e "\n\n$1\n\n"
|
||||
}
|
||||
function_debian_upgrade: |
|
||||
function debian-upgrade {
|
||||
typeset -l OLD NEW
|
||||
@@ -1177,7 +1170,6 @@
|
||||
{{ alias_ansible_facts }}
|
||||
{{ function_backup }}
|
||||
{{ function_pull_prod_backups }}
|
||||
{{ function_log }}
|
||||
{{ function_debian_upgrade }}
|
||||
{{ function_ebook_convert }}
|
||||
{{ alias_sudo }}
|
||||
|
||||
@@ -98,14 +98,15 @@
|
||||
|
||||
## Bluetooth ##
|
||||
# Do people seriously depend on Bluetooth? Plug your devices in, silly!
|
||||
# Hehe, I use it now for a few rare things so disabling this for now.
|
||||
|
||||
- name: General | Software | Services | Bluetooth | Disable
|
||||
service:
|
||||
name: "{{ bluetooth }}"
|
||||
pattern: "{{ bluetooth_pattern }}"
|
||||
state: stopped
|
||||
enabled: no
|
||||
ignore_errors: yes
|
||||
#- name: General | Software | Services | Bluetooth | Disable
|
||||
# service:
|
||||
# name: "{{ bluetooth }}"
|
||||
# pattern: "{{ bluetooth_pattern }}"
|
||||
# state: stopped
|
||||
# enabled: no
|
||||
# ignore_errors: yes
|
||||
|
||||
## NTP ##
|
||||
|
||||
|
||||
@@ -331,17 +331,17 @@
|
||||
"uint32 1800" && inc_dconf &&
|
||||
|
||||
dconf write /org/gnome/desktop/break-reminders/movement/countdown \
|
||||
false && inc_dconf &&
|
||||
true && inc_dconf &&
|
||||
dconf write /org/gnome/desktop/break-reminders/movement/delay-seconds \
|
||||
"uint32 180" && inc_dconf &&
|
||||
"uint32 60" && inc_dconf &&
|
||||
dconf write /org/gnome/desktop/break-reminders/movement/fade-screen \
|
||||
true && inc_dconf &&
|
||||
dconf write /org/gnome/desktop/break-reminders/movement/notify \
|
||||
true && inc_dconf &&
|
||||
dconf write /org/gnome/desktop/break-reminders/movement/notify-overdue \
|
||||
false && inc_dconf &&
|
||||
true && inc_dconf &&
|
||||
dconf write /org/gnome/desktop/break-reminders/movement/notify-upcoming \
|
||||
false && inc_dconf &&
|
||||
true && inc_dconf &&
|
||||
dconf write /org/gnome/desktop/break-reminders/movement/play-sound \
|
||||
true && inc_dconf &&
|
||||
|
||||
|
||||
Reference in New Issue
Block a user