Compare commits
3 Commits
11632e72d7
...
prod
| Author | SHA1 | Date | |
|---|---|---|---|
| d8bc4a66cf | |||
| 30f9aff49e | |||
| 190b3d921b |
@@ -892,13 +892,6 @@
|
|||||||
alias prod-backup="pull_prod_backups"
|
alias prod-backup="pull_prod_backups"
|
||||||
alias pull-prod="pull_prod_backups"
|
alias pull-prod="pull_prod_backups"
|
||||||
alias prod-pull="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: |
|
||||||
function debian-upgrade {
|
function debian-upgrade {
|
||||||
typeset -l OLD NEW
|
typeset -l OLD NEW
|
||||||
@@ -1177,7 +1170,6 @@
|
|||||||
{{ alias_ansible_facts }}
|
{{ alias_ansible_facts }}
|
||||||
{{ function_backup }}
|
{{ function_backup }}
|
||||||
{{ function_pull_prod_backups }}
|
{{ function_pull_prod_backups }}
|
||||||
{{ function_log }}
|
|
||||||
{{ function_debian_upgrade }}
|
{{ function_debian_upgrade }}
|
||||||
{{ function_ebook_convert }}
|
{{ function_ebook_convert }}
|
||||||
{{ alias_sudo }}
|
{{ alias_sudo }}
|
||||||
|
|||||||
@@ -98,14 +98,15 @@
|
|||||||
|
|
||||||
## Bluetooth ##
|
## Bluetooth ##
|
||||||
# Do people seriously depend on Bluetooth? Plug your devices in, silly!
|
# 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
|
#- name: General | Software | Services | Bluetooth | Disable
|
||||||
service:
|
# service:
|
||||||
name: "{{ bluetooth }}"
|
# name: "{{ bluetooth }}"
|
||||||
pattern: "{{ bluetooth_pattern }}"
|
# pattern: "{{ bluetooth_pattern }}"
|
||||||
state: stopped
|
# state: stopped
|
||||||
enabled: no
|
# enabled: no
|
||||||
ignore_errors: yes
|
# ignore_errors: yes
|
||||||
|
|
||||||
## NTP ##
|
## NTP ##
|
||||||
|
|
||||||
|
|||||||
@@ -331,17 +331,17 @@
|
|||||||
"uint32 1800" && inc_dconf &&
|
"uint32 1800" && inc_dconf &&
|
||||||
|
|
||||||
dconf write /org/gnome/desktop/break-reminders/movement/countdown \
|
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 \
|
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 \
|
dconf write /org/gnome/desktop/break-reminders/movement/fade-screen \
|
||||||
true && inc_dconf &&
|
true && inc_dconf &&
|
||||||
dconf write /org/gnome/desktop/break-reminders/movement/notify \
|
dconf write /org/gnome/desktop/break-reminders/movement/notify \
|
||||||
true && inc_dconf &&
|
true && inc_dconf &&
|
||||||
dconf write /org/gnome/desktop/break-reminders/movement/notify-overdue \
|
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 \
|
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 \
|
dconf write /org/gnome/desktop/break-reminders/movement/play-sound \
|
||||||
true && inc_dconf &&
|
true && inc_dconf &&
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user