Compare commits
91 Commits
71ca410123
...
prod
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b52914683 | |||
| b3e9f7584f | |||
| 1a2572870f | |||
| d32c913a40 | |||
| b8fa688e52 | |||
| ea3ce8d023 | |||
| dd7325da39 | |||
| 195c315714 | |||
| b91b43b56d | |||
| a64f2253b6 | |||
| 7f21a0fc7b | |||
| 87aca38811 | |||
| 9ce7c641af | |||
| 71cf71e29b | |||
| 58525e2a5c | |||
| f7869fd453 | |||
| 95212b1c73 | |||
| ad6b9d4794 | |||
| c6e8290b43 | |||
| 4a9cd06654 | |||
| c36a689d8f | |||
| 0790da74dc | |||
| 7be9c3a82f | |||
| 650157478d | |||
| f4c3cc8b8e | |||
| 8b6e665db3 | |||
| d8a29952f6 | |||
| 1d699ae4a5 | |||
| c568e0efbb | |||
| f48fcaf610 | |||
| 8a4446f7e3 | |||
| 477797e045 | |||
| 88b602f8f4 | |||
| 5274d6d94d | |||
| 692df74d41 | |||
| 7af798a7c0 | |||
| 683e03eab2 | |||
| 91c0a412bf | |||
| 4584a1a4c3 | |||
| a4378c2bb3 | |||
| 72ce1e2ab5 | |||
| dde5b35bef | |||
| e6947d4a30 | |||
| b0762c7baf | |||
| ce67c2a5b8 | |||
| 4b73dc336c | |||
| f32074a387 | |||
| af49b5dc86 | |||
| 5bee3a30f9 | |||
| baa52bdca6 | |||
| b734f16af1 | |||
| 6607438f85 | |||
| ee7aa402aa | |||
| 50d3104f9f | |||
| dff1560f6f | |||
| 5c3d5dd41e | |||
| f562c8aecd | |||
| 407bdb2ddf | |||
| d1cd9dddf1 | |||
| 68eb84af52 | |||
| 46d1bfb70e | |||
| 8970bb3a1b | |||
| eae66f9967 | |||
| 2770bbac5f | |||
| a0f7773998 | |||
| 6ccdb395cd | |||
| b48dbbeee1 | |||
| 07cc51a5cc | |||
| 428684b9b3 | |||
| e42e3b4fcd | |||
| 856290c33f | |||
| e7ae358fa9 | |||
| 16dfeca689 | |||
| 0e1cb8bacb | |||
| 8898959a95 | |||
| 4c467fff6d | |||
| c927a5bd2d | |||
| 32dfd0af25 | |||
| 8636a0e112 | |||
| 4864ee3869 | |||
| 0d8d872bfc | |||
| b562308cf1 | |||
| c2790e2de4 | |||
| 2be7e028b6 | |||
| 0920493634 | |||
| 03b8169401 | |||
| cfc2694737 | |||
| fca20b31bd | |||
| 1f4abd2d6c | |||
| a42d1d05df | |||
| 07d1adc926 |
76
README.md
76
README.md
@@ -1,4 +1,5 @@
|
|||||||
# ansible
|
# ansible
|
||||||
|
|
||||||
Getting real with system management via ansible-pull.
|
Getting real with system management via ansible-pull.
|
||||||
|
|
||||||
Per-system configuration is handled via local files to the provisioned machine,
|
Per-system configuration is handled via local files to the provisioned machine,
|
||||||
@@ -10,59 +11,124 @@ accessed via the show-config and edit-config aliases.
|
|||||||
This setup is specific to the maintainer's devices and needs. You're welcome to
|
This setup is specific to the maintainer's devices and needs. You're welcome to
|
||||||
use it as an example for your needs, but do not expect it to work as-is.
|
use it as an example for your needs, but do not expect it to work as-is.
|
||||||
|
|
||||||
## Currently Supported Linux Systems
|
## Currently Supported Systems
|
||||||
|
|
||||||
|
This information is as of 2025-11-21.
|
||||||
|
|
||||||
|
### Primary
|
||||||
|
|
||||||
|
These are the operating systems used as my daily driver.
|
||||||
|
|
||||||
|
#### Debian Trixie
|
||||||
|
|
||||||
|
This has been used as my primary server and workstation OS since at least 2024.
|
||||||
|
The `apt` version of `ansible` in both Bookworm and Trixie are sufficient,
|
||||||
|
no longer need to use `ansible` out of `pip`.
|
||||||
|
|
||||||
|
### Secondary
|
||||||
|
|
||||||
|
These are tested via my Docker project's `ProvisionsTests` container but not currently used as daily drivers.
|
||||||
|
|
||||||
|
#### Arch
|
||||||
|
|
||||||
|
TBD
|
||||||
|
|
||||||
|
#### Fedora
|
||||||
|
|
||||||
|
TBD
|
||||||
|
|
||||||
|
#### OpenSUSE
|
||||||
|
|
||||||
|
TBD
|
||||||
|
|
||||||
|
#### Ubuntu
|
||||||
|
|
||||||
|
TBD
|
||||||
|
|
||||||
|
## Previusly Supported Systems
|
||||||
|
|
||||||
### Debian Family
|
### Debian Family
|
||||||
|
|
||||||
#### Debian
|
#### Debian
|
||||||
|
|
||||||
100%, but only if using a recent enough version of Ansible. `pip` usually has a
|
100%, but only if using a recent enough version of Ansible. `pip` usually has a
|
||||||
better version than `apt`.
|
better version than `apt`.
|
||||||
|
|
||||||
#### Ubuntu
|
#### Ubuntu
|
||||||
|
|
||||||
100%, both server and desktop.
|
100%, both server and desktop.
|
||||||
|
|
||||||
#### Pop!_OS
|
#### Pop!_OS
|
||||||
|
|
||||||
100%, have not used for a while though.
|
100%, have not used for a while though.
|
||||||
|
|
||||||
#### Mint
|
#### Mint
|
||||||
|
|
||||||
100%, but not really used, just tested once for fun.
|
100%, but not really used, just tested once for fun.
|
||||||
|
|
||||||
#### Parrot Security OS (MATE)
|
#### Parrot Security OS (MATE)
|
||||||
|
|
||||||
100% for a while, but OS did not serve maintainer's needs and 404 errors were
|
100% for a while, but OS did not serve maintainer's needs and 404 errors were
|
||||||
terrible while updating. Ubuntu Rolling Rhino filled the gap.
|
terrible while updating. Ubuntu Rolling Rhino filled the gap.
|
||||||
|
|
||||||
### Arch Family
|
### Arch Family
|
||||||
|
|
||||||
|
#### Arch
|
||||||
|
|
||||||
|
100% at some point, including installation and configuration of a Desktop Environment.
|
||||||
|
|
||||||
#### Manjaro
|
#### Manjaro
|
||||||
|
|
||||||
100% at some point.
|
100% at some point.
|
||||||
|
|
||||||
### Fedora Family
|
### Fedora Family
|
||||||
|
|
||||||
#### Fedora 35
|
#### Fedora 35
|
||||||
Workstation: 100%
|
|
||||||
|
Workstation: 100%,
|
||||||
Server: 100%
|
Server: 100%
|
||||||
|
|
||||||
## Suse Family
|
## Suse Family
|
||||||
|
|
||||||
### openSUSE Tumbleweed v2022-02-17
|
### openSUSE Tumbleweed v2022-02-17
|
||||||
Generic: 100%
|
|
||||||
|
Generic: 100%,
|
||||||
Workstation: 100%
|
Workstation: 100%
|
||||||
|
|
||||||
### openSUSE Leap 15.4
|
### openSUSE Leap 15.4
|
||||||
|
|
||||||
Generic: 100%
|
Generic: 100%
|
||||||
Workstation: Currently failing at `[Workstation | Linux | Flatpak Distro | Package Manager | Install From Repo]` with message `Problem: nothing provides libedataserver-1.2.so.24 needed by the to be installed evolution-data-server-32bit-3.34.4-3.3.1.x86_64`.
|
Workstation: Currently failing at `[Workstation | Linux | Flatpak Distro | Package Manager | Install From Repo]` with message `Problem: nothing provides libedataserver-1.2.so.24 needed by the to be installed evolution-data-server-32bit-3.34.4-3.3.1.x86_64`.
|
||||||
|
|
||||||
### NixOS
|
### NixOS
|
||||||
|
|
||||||
99%, still need to get Telegraf going and refactor local.yml but everything else
|
99%, still need to get Telegraf going and refactor local.yml but everything else
|
||||||
is working well. It is automatically implementing git.hyperling.com/me/env-nixos.
|
is working well. It is automatically implementing git.hyperling.com/me/env-nixos.
|
||||||
|
|
||||||
## Currently Supported Unix Systems
|
|
||||||
### FreeBSD 12, 13
|
### FreeBSD 12, 13
|
||||||
|
|
||||||
100%, although GUI is not working completely on 13 yet (dash-to-dock doesn't compile).
|
100%, although GUI is not working completely on 13 yet (dash-to-dock doesn't compile).
|
||||||
Software choices are slightly more limited since not `flatpak`-enabled and not feeling a `ports` setup.
|
Software choices are slightly more limited since not `flatpak`-enabled and not feeling a `ports` setup.
|
||||||
|
|
||||||
## Waiting To Be Tested
|
## Waiting To Be Tested
|
||||||
|
|
||||||
### Kali Linux
|
### Kali Linux
|
||||||
|
|
||||||
### Arch Linux ARM
|
### Arch Linux ARM
|
||||||
|
|
||||||
Specifically for the Pinephone.
|
Specifically for the Pinephone.
|
||||||
|
|
||||||
### Arch Linux x86
|
### Arch Linux x86
|
||||||
|
|
||||||
Would be great to have Arch get built up by this. Used for many years but left
|
Would be great to have Arch get built up by this. Used for many years but left
|
||||||
after update problems due to a long computer hiatus.
|
after update problems due to a long computer hiatus.
|
||||||
|
|
||||||
### Fedora Mobile
|
### Fedora Mobile
|
||||||
|
|
||||||
Specifically for the Pinephone.
|
Specifically for the Pinephone.
|
||||||
|
|
||||||
## Future Goals
|
## Future Goals
|
||||||
|
|
||||||
Eventually some of the scripts and install files will be put into the files
|
Eventually some of the scripts and install files will be put into the files
|
||||||
folder. This will allow initializing systems outside of the maintainer's home
|
folder. This will allow initializing systems outside of the maintainer's home
|
||||||
network.
|
network.
|
||||||
@@ -74,6 +140,8 @@ benefit has yet to be seen for some tasks. Shared facts will definitely continue
|
|||||||
to exist under the facts tree.
|
to exist under the facts tree.
|
||||||
|
|
||||||
## Other Notes
|
## Other Notes
|
||||||
|
|
||||||
### Get Setup Values
|
### Get Setup Values
|
||||||
|
|
||||||
Use this command to see the variables for a system:
|
Use this command to see the variables for a system:
|
||||||
`ansible localhost -m setup --connection=local`.
|
`ansible localhost -m setup --connection=local`.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Define program names for package builtin.
|
# Define program names for package builtin.
|
||||||
# This file is for ALL systems and should not include UI components.
|
# This file is for ALL systems and should not include UI components.
|
||||||
|
|
||||||
- name: General | Facts | Packages | Shared Defaults
|
- name: General | Facts | Package | Shared Defaults
|
||||||
set_fact:
|
set_fact:
|
||||||
sshfs: sshfs
|
sshfs: sshfs
|
||||||
tar: tar
|
tar: tar
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
dig: dig
|
dig: dig
|
||||||
neofetch: neofetch
|
neofetch: neofetch
|
||||||
|
|
||||||
- name: General | Facts | Packages | Parrot OS Fixes
|
- name: General | Facts | Package | Parrot OS Fixes
|
||||||
set_fact:
|
set_fact:
|
||||||
ansible_pkg_mgr: "apt"
|
ansible_pkg_mgr: "apt"
|
||||||
ansible_python_interpreter: "/usr/bin/python3"
|
ansible_python_interpreter: "/usr/bin/python3"
|
||||||
@@ -56,10 +56,15 @@
|
|||||||
encfs: fusefs-encfs
|
encfs: fusefs-encfs
|
||||||
when: ansible_system == "FreeBSD"
|
when: ansible_system == "FreeBSD"
|
||||||
|
|
||||||
|
- name: General | Facts | Package | dnf (Fixes) # TBD: Fix + test package names: mlocate, dig, neofetch
|
||||||
|
set_fact:
|
||||||
|
ansible_pkg_mgr: dnf
|
||||||
|
when: ansible_pkg_mgr in ("dnf5")
|
||||||
|
|
||||||
- name: General | Facts | Package | dnf
|
- name: General | Facts | Package | dnf
|
||||||
set_fact:
|
set_fact:
|
||||||
sshfs: fuse-sshfs
|
sshfs: fuse-sshfs
|
||||||
locate: mlocate
|
locate: plocate
|
||||||
opensshd: openssh
|
opensshd: openssh
|
||||||
microcode_amd: microcode_ctl
|
microcode_amd: microcode_ctl
|
||||||
microcode_intel: microcode_ctl
|
microcode_intel: microcode_ctl
|
||||||
|
|||||||
@@ -104,6 +104,10 @@ static Key keys[] = {
|
|||||||
{ MODKEY|ShiftMask, XK_q, quit, {0} },
|
{ MODKEY|ShiftMask, XK_q, quit, {0} },
|
||||||
// Mine
|
// Mine
|
||||||
{ MODKEY, XK_q, killclient, {0} },
|
{ MODKEY, XK_q, killclient, {0} },
|
||||||
|
// extra search shortcut
|
||||||
|
{ MODKEY, XK_s, spawn, {.v = dmenucmd } },
|
||||||
|
// fullscreen shortcut for m onocle
|
||||||
|
{ MODKEY, XK_f, setlayout, {.v = &layouts[2]} },
|
||||||
// Volume (https://varunbpatil.github.io/2013/09/28/dwm.html)
|
// Volume (https://varunbpatil.github.io/2013/09/28/dwm.html)
|
||||||
{ 0, 0x1008ff12,spawn, {.v = mutecmd } },
|
{ 0, 0x1008ff12,spawn, {.v = mutecmd } },
|
||||||
{ 0, 0x1008ff11,spawn, {.v = lowervolcmd } },
|
{ 0, 0x1008ff11,spawn, {.v = lowervolcmd } },
|
||||||
|
|||||||
9
files/dwm/dwm-status.function
Executable file
9
files/dwm/dwm-status.function
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
# 2025-11-10 Hyperling
|
||||||
|
# Icons: https://fontawesome.com/v4/cheatsheet/
|
||||||
|
|
||||||
|
source "`which status.function`"
|
||||||
|
|
||||||
|
function dwm-status {
|
||||||
|
status-display --dwm
|
||||||
|
}
|
||||||
@@ -5,17 +5,17 @@
|
|||||||
## Load System Libs ##
|
## Load System Libs ##
|
||||||
|
|
||||||
if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
||||||
for f in /etc/X11/xinit/xinitrc.d/*; do
|
for f in /etc/X11/xinit/xinitrc.d/*; do
|
||||||
[ -x "$f" ] && . "$f"
|
[ -x "$f" ] && . "$f"
|
||||||
done
|
done
|
||||||
unset f
|
unset f
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d /usr/local/etc/X11/xinit/xinitrc.d ]; then
|
if [ -d /usr/local/etc/X11/xinit/xinitrc.d ]; then
|
||||||
for f in /usr/local/etc/X11/xinit/xinitrc.d/*; do
|
for f in /usr/local/etc/X11/xinit/xinitrc.d/*; do
|
||||||
[ -x "$f" ] && . "$f"
|
[ -x "$f" ] && . "$f"
|
||||||
done
|
done
|
||||||
unset f
|
unset f
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
@@ -34,10 +34,9 @@ xsetroot -solid "$purple"
|
|||||||
# slstatus, from Suckless #
|
# slstatus, from Suckless #
|
||||||
#exec slstatus &
|
#exec slstatus &
|
||||||
|
|
||||||
# Custom #
|
# Custom Setup #
|
||||||
while true; do
|
source "`which dwm-status.function`"
|
||||||
xsetroot -name "`whoami`@`hostname` `date +"%Y-%m-%d %H:%M:%S"`"
|
dwm-status &
|
||||||
done &
|
|
||||||
|
|
||||||
|
|
||||||
## Start ##
|
## Start ##
|
||||||
|
|||||||
22
files/functions/battery.function
Executable file
22
files/functions/battery.function
Executable file
@@ -0,0 +1,22 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
# 2025-11-10 Hyperling
|
||||||
|
|
||||||
|
function battery-display {
|
||||||
|
detailed="N"
|
||||||
|
if [[ -n $1 ]]; then
|
||||||
|
detailed="Y"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ "$detailed" == "Y" ]]; then
|
||||||
|
upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep percentage | grep -o "[0-9.%]*"
|
||||||
|
else
|
||||||
|
int="`upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep percentage | grep -o "[0-9]*" | head -n 1`"
|
||||||
|
echo "${int}%"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
alias show-battery="battery-display"
|
||||||
|
alias battery="battery-display"
|
||||||
|
alias battery-use="battery-display"
|
||||||
|
alias battery-usage="battery-display"
|
||||||
|
alias battery-level="battery-display"
|
||||||
|
alias battery-levels="battery-display"
|
||||||
3
files/functions/cpu.function
Normal file
3
files/functions/cpu.function
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#/usr/local/bin env
|
||||||
|
|
||||||
|
# TBD/TODO
|
||||||
3
files/functions/memory.function
Normal file
3
files/functions/memory.function
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#/usr/local/bin env
|
||||||
|
|
||||||
|
# TBD/TODO
|
||||||
85
files/functions/status.function
Executable file
85
files/functions/status.function
Executable file
@@ -0,0 +1,85 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
# 2025-11-10 Hyperling
|
||||||
|
# Icons: https://fontawesome.com/v4/cheatsheet/
|
||||||
|
|
||||||
|
source "`which volume.function`"
|
||||||
|
source "`which battery.function`"
|
||||||
|
source "`which storage.function`"
|
||||||
|
|
||||||
|
function datetime {
|
||||||
|
date +"%Y-%m-%d %H:%M:%S"
|
||||||
|
}
|
||||||
|
function status-display {
|
||||||
|
# Defaults
|
||||||
|
cmd="echo"
|
||||||
|
sleep=0.2
|
||||||
|
if [[ "`storage-root`" == "`storage-home`" ]]; then
|
||||||
|
function status-display-storage {
|
||||||
|
echo "`storage-root`"
|
||||||
|
}
|
||||||
|
else
|
||||||
|
function status-display-storage {
|
||||||
|
echo "Root (`storage-root`), Home (`storage-home`)"
|
||||||
|
}
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Test Config
|
||||||
|
if [[ $1 == "-t" || $1 == "--test" || $1 == "test" ]]; then
|
||||||
|
sleep=5
|
||||||
|
fi
|
||||||
|
|
||||||
|
# DWM Config
|
||||||
|
if [[ $1 == "-d" || $1 == "--dwm" || $1 == "dwm" ]]; then
|
||||||
|
cmd="xsetroot -name"
|
||||||
|
if [[ "`storage-root`" == "`storage-home`" ]]; then
|
||||||
|
function status-display-storage {
|
||||||
|
echo "`storage-root-dwm`)"
|
||||||
|
}
|
||||||
|
else
|
||||||
|
function status-display-storage {
|
||||||
|
echo "(Root `storage-root-dwm`, Home `storage-home-dwm`)"
|
||||||
|
}
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
battery=""; storage=""; volume=""; datetime="";
|
||||||
|
userhost="`whoami`@`hostname`"
|
||||||
|
while true; do
|
||||||
|
# Exit if parent process is gone.
|
||||||
|
#TBD/TODO
|
||||||
|
|
||||||
|
# Reset Variables
|
||||||
|
if [[ $datetime == *"00" ]]; then
|
||||||
|
unset battery
|
||||||
|
unset storage
|
||||||
|
fi
|
||||||
|
if [[ $datetime != "`datetime`" ]]; then
|
||||||
|
unset volume
|
||||||
|
unset datetime
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Set Variables
|
||||||
|
if [[ -z $battery ]]; then
|
||||||
|
battery="`battery-display`"
|
||||||
|
fi
|
||||||
|
if [[ -z $storage ]]; then
|
||||||
|
storage="`status-display-storage`"
|
||||||
|
fi
|
||||||
|
if [[ -z $volume ]]; then
|
||||||
|
volume="`volume-display`"
|
||||||
|
fi
|
||||||
|
if [[ -z $datetime ]]; then
|
||||||
|
datetime="`datetime`"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Display Variables
|
||||||
|
readout="$readout $battery"
|
||||||
|
readout="$readout | $storage"
|
||||||
|
readout="$readout | $volume"
|
||||||
|
readout="$readout | $userhost"
|
||||||
|
readout="$readout | $datetime"
|
||||||
|
$cmd "$readout"
|
||||||
|
readout=""
|
||||||
|
sleep $sleep
|
||||||
|
done
|
||||||
|
}
|
||||||
|
alias status="status-display --test"
|
||||||
38
files/functions/storage.function
Executable file
38
files/functions/storage.function
Executable file
@@ -0,0 +1,38 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
# 2025-11-10 Hyperling
|
||||||
|
|
||||||
|
function storage-display {
|
||||||
|
location="$1"
|
||||||
|
style="$2"
|
||||||
|
|
||||||
|
if [[ -z "$location" ]]; then
|
||||||
|
echo "ERROR: Location must be passed. $location"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ "$style" == "%" || "$style" == "pct" || "$style" == "percent" ]]; then
|
||||||
|
df -h "$location" | tail -n 1 | awk '{print $5" Used"}'
|
||||||
|
elif [[ "$style" == "/" || "$style" == "use" || "$style" == "usage" ]]; then
|
||||||
|
df -h "$location" | tail -n 1 | awk '{print $4"/"$2" Free"}'
|
||||||
|
elif [[ "$style" == "G" || "$style" == "S" || "$style" == "F" ]]; then
|
||||||
|
df -h "$location" | tail -n 1 | awk '{print $4" Free"}'
|
||||||
|
else
|
||||||
|
df -h "$location" | tail -n 1 | awk '{print $5" Used - "$4"/"$2" Free"}'
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
alias storage='echo -n "Root: " && storage-display "/" "F" && echo -n "Home: " && storage-display "/home" "F"'
|
||||||
|
|
||||||
|
export dwm_storage_style="F"
|
||||||
|
|
||||||
|
function storage-root {
|
||||||
|
storage-display / "$1"
|
||||||
|
}
|
||||||
|
function storage-root-dwm {
|
||||||
|
storage-root "$dwm_storage_style"
|
||||||
|
}
|
||||||
|
|
||||||
|
function storage-home {
|
||||||
|
storage-display /home "$1"
|
||||||
|
}
|
||||||
|
function storage-home-dwm {
|
||||||
|
storage-home "$dwm_storage_style"
|
||||||
|
}
|
||||||
3
files/functions/swap.function
Normal file
3
files/functions/swap.function
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#/usr/local/bin env
|
||||||
|
|
||||||
|
# TBD/TODO
|
||||||
173
files/functions/volume.function
Executable file
173
files/functions/volume.function
Executable file
@@ -0,0 +1,173 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
# 2025-11-10 Hyperling
|
||||||
|
# Volume management for systems without working volume buttons.
|
||||||
|
# Written for ease of use in terminal and simple window management systems.
|
||||||
|
|
||||||
|
function volume-usage {
|
||||||
|
cat <<- EOF
|
||||||
|
Usage: volume [%int] [(+/-)%int] [-d] [-r] [-t] [-h]
|
||||||
|
|
||||||
|
Set to a static value:
|
||||||
|
volume 100, volume 65
|
||||||
|
|
||||||
|
Increment or decrement. Passing only + or - and no number defaults to 5.
|
||||||
|
volume -5, volume 5-, volume - 5, volume 5 -
|
||||||
|
volume +20, volume 20+, volume + 20, volume 20 +
|
||||||
|
|
||||||
|
Display the current volume:
|
||||||
|
volume,
|
||||||
|
volume-display, volume display, volume --display, volume -d,
|
||||||
|
volume +d
|
||||||
|
|
||||||
|
Set volume to a random number between 0 and 100.
|
||||||
|
volume-random, volume random, volume --random, volume -r
|
||||||
|
|
||||||
|
Be silly and oscillate volume in a loop:
|
||||||
|
volume-trip, volume trip, volume --trip, volume -t
|
||||||
|
|
||||||
|
Display this help text:
|
||||||
|
volume-usage,
|
||||||
|
volume-help volume help, volume --help, volume -h
|
||||||
|
EOF
|
||||||
|
return $1
|
||||||
|
}
|
||||||
|
alias volume-help="volume-usage"
|
||||||
|
alias vol-h="volume-help"
|
||||||
|
|
||||||
|
function volume {
|
||||||
|
|
||||||
|
## Check Params ##
|
||||||
|
|
||||||
|
if [[ "$1" == "--help" || "$1" == "help" || "$1" == "-h" ]]; then
|
||||||
|
volume-usage 1
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
if [[ (-z "$1" && -z "$2")
|
||||||
|
|| "$1" == "--display" || "$1" == "display" || "$1" == "-d" || "$1" == "+d"
|
||||||
|
]]; then
|
||||||
|
volume-display
|
||||||
|
return 0
|
||||||
|
fi
|
||||||
|
|
||||||
|
## Parse Params ##
|
||||||
|
|
||||||
|
dir=""
|
||||||
|
amt=""
|
||||||
|
|
||||||
|
# Remove percent signs.
|
||||||
|
if [[ "$1" == *"%"* || "$2" == *"%"* ]]; then
|
||||||
|
set -- "${1//%/}" "${2//%/}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Check if format is written text.
|
||||||
|
if [[ "$1" == "full" || "$1" == "max" ]]; then
|
||||||
|
amt=100
|
||||||
|
fi
|
||||||
|
if [[ "$1" == "mute" || "$1" == "none" ]]; then
|
||||||
|
amt=0
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Check if the format is "volume +/- %int"
|
||||||
|
if [[ -z "$amt" && -z "$dir" ]]; then
|
||||||
|
if [[ "$1" == "+" || "$1" == "-" ]]; then
|
||||||
|
dir="$1"
|
||||||
|
amt="$2"
|
||||||
|
if [[ -z "$2" ]]; then
|
||||||
|
amt="5"
|
||||||
|
else
|
||||||
|
amt="$2"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Check if the format is "volume +/- %int".
|
||||||
|
if [[ -z "$amt" && -z "$dir" ]]; then
|
||||||
|
if [[ "$2" == "+" || "$2" == "-" ]]; then
|
||||||
|
amt="$1"
|
||||||
|
dir="$2"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Check if amount and direction are adjacent, and if so, pull the values.
|
||||||
|
if [[ -z "$amt" && -z "$dir" ]]; then
|
||||||
|
if [[ "$1" == *"+"* ]]; then
|
||||||
|
dir="+"
|
||||||
|
elif [[ "$1" == *"-"* ]]; then
|
||||||
|
dir="-"
|
||||||
|
fi
|
||||||
|
if [[ -n "$dir" && -z "$amt" ]]; then
|
||||||
|
amt="$1"
|
||||||
|
amt=${amt//-/}
|
||||||
|
amt=${amt//+/}
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Check if format is direct volume.
|
||||||
|
if [[ -z "$dir" && -z "$amt" && -n "$1" && -z "$2" ]]; then
|
||||||
|
amt="$1"
|
||||||
|
fi
|
||||||
|
|
||||||
|
## Error Checking ##
|
||||||
|
regex='^[0-9]+$'
|
||||||
|
if ! [[ $amt =~ $regex ]]; then
|
||||||
|
echo "> ERROR: Amount '$amt' does not seem like a integer."
|
||||||
|
volume-usage 2
|
||||||
|
return 2
|
||||||
|
fi
|
||||||
|
|
||||||
|
## Main ##
|
||||||
|
|
||||||
|
if [[ -n "$dir" && -n "$amt" ]]; then
|
||||||
|
echo "> Changing volume by '$dir$amt%'."
|
||||||
|
amixer -q sset Master ${amt}%${dir}
|
||||||
|
echo "> Volume is now '`volume-display`'."
|
||||||
|
return 0
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ -z "$dir" && -n "$1" ]]; then
|
||||||
|
echo "> Setting volume to '$amt'."
|
||||||
|
amixer -q sset Master ${amt}%
|
||||||
|
echo "> Volume has been set to '`volume-display`'."
|
||||||
|
return 0
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "> ERROR: Should not have made it here. Please report this to the developer."
|
||||||
|
echo "$0 $1 $2"
|
||||||
|
return 7
|
||||||
|
}
|
||||||
|
alias vol="volume "
|
||||||
|
alias vol-="volume - "
|
||||||
|
alias vol+="volume + "
|
||||||
|
|
||||||
|
function volume-display {
|
||||||
|
if [[ "$1" == "-v" || "$1" == "--verbose" || "$1" == "verbose" ]]; then
|
||||||
|
amixer sget Master
|
||||||
|
else
|
||||||
|
amixer sget Master | egrep -o '[0-9]{1,3}%' | head -n 1
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
alias "vol-d"="volume-display"
|
||||||
|
|
||||||
|
## TBD/TODO ##
|
||||||
|
|
||||||
|
# Go up and down until cancelled.
|
||||||
|
#function volume-trip {
|
||||||
|
# curr eq amixer current readout
|
||||||
|
# if curr lt 50 then dir eq + else dir eq -
|
||||||
|
# while true; do
|
||||||
|
# if vol is 0 then dir eq +
|
||||||
|
# if vol is 100 then dir eq -
|
||||||
|
# curr eq \$curr $dir 1
|
||||||
|
# amixer set volume to curr
|
||||||
|
# sleep 0.1
|
||||||
|
# done
|
||||||
|
#}
|
||||||
|
#alias vol-t="volume-trip"
|
||||||
|
#alias volume-wub="volume-trip"
|
||||||
|
#alias vol-w="volume-wub"
|
||||||
|
|
||||||
|
#function volume-random {
|
||||||
|
# v eq $RANDOM % 101
|
||||||
|
# amixer set volume eq v
|
||||||
|
#}
|
||||||
|
#alias vol-r="volume-random"
|
||||||
3
files/functions/vpn.function
Normal file
3
files/functions/vpn.function
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#/usr/local/bin env
|
||||||
|
|
||||||
|
# TBD/TODO
|
||||||
3
files/functions/wifi.function
Normal file
3
files/functions/wifi.function
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#/usr/local/bin env
|
||||||
|
|
||||||
|
# TBD/TODO
|
||||||
@@ -39,7 +39,7 @@ echo "*** Creating backup at '$BACKUP' ***"
|
|||||||
sudo zip -rv "$BACKUP" \
|
sudo zip -rv "$BACKUP" \
|
||||||
/etc /var/{log,mail,spool} /srv /boot \
|
/etc /var/{log,mail,spool} /srv /boot \
|
||||||
/usr/local/etc $EXTRA \
|
/usr/local/etc $EXTRA \
|
||||||
-x "/srv/backup/*"
|
-x "/srv/backup/*" -x "/srv/sftp/*"
|
||||||
status="$?"
|
status="$?"
|
||||||
|
|
||||||
if [[ "$status" != 0 ]]; then
|
if [[ "$status" != 0 ]]; then
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ size=2000
|
|||||||
|
|
||||||
# Strings
|
# Strings
|
||||||
tag="shrunk"
|
tag="shrunk"
|
||||||
|
use_tag="Y"
|
||||||
date_YYYYMMDD="`date "+%Y%m%d"`"
|
date_YYYYMMDD="`date "+%Y%m%d"`"
|
||||||
location="."
|
location="."
|
||||||
search="ls"
|
search="ls"
|
||||||
@@ -28,7 +29,7 @@ function usage() {
|
|||||||
# Parameters:
|
# Parameters:
|
||||||
# 1) The exit status to use.
|
# 1) The exit status to use.
|
||||||
status=$1
|
status=$1
|
||||||
echo "Usage: $PROG [-s SIZE] [-l LOCATION] [-A | [-r] [-f] [-d] [-c]] [-h] [-x]" >&2
|
echo "Usage: $PROG [-s SIZE] [-l LOCATION] [-A | [-r] [-f] [-d] [-c] [-e | -t] [-h] [-x] [-n]" >&2
|
||||||
cat <<- EOF
|
cat <<- EOF
|
||||||
Compress JPG or PNG image(s). Can handle folders and work recursively.
|
Compress JPG or PNG image(s). Can handle folders and work recursively.
|
||||||
|
|
||||||
@@ -42,16 +43,18 @@ function usage() {
|
|||||||
-F : FORCE the image to be shrunk even if the file is already shrunk.
|
-F : FORCE the image to be shrunk even if the file is already shrunk.
|
||||||
-d : Delete the original image if the compressed image is smaller.
|
-d : Delete the original image if the compressed image is smaller.
|
||||||
-c : Clean the filename of underscores, dashes, 'IMG', etc.
|
-c : Clean the filename of underscores, dashes, 'IMG', etc.
|
||||||
|
-e | -t : Format timestamp to the expanded model.
|
||||||
-A : Resursively Force, Delete, and Clean.
|
-A : Resursively Force, Delete, and Clean.
|
||||||
-h : Display this usage text.
|
-h : Display this usage text.
|
||||||
-x : Enable BASH debugging.
|
-x : Enable BASH debugging.
|
||||||
|
-n : No file extension.
|
||||||
EOF
|
EOF
|
||||||
exit $status
|
exit $status
|
||||||
}
|
}
|
||||||
|
|
||||||
## Parameters ##
|
## Parameters ##
|
||||||
|
|
||||||
while getopts ":s:l:rfFdcAhx" opt; do
|
while getopts ":s:l:rfFdcetAhxn" opt; do
|
||||||
case $opt in
|
case $opt in
|
||||||
s) in_size="$OPTARG" && size="$in_size" ;;
|
s) in_size="$OPTARG" && size="$in_size" ;;
|
||||||
l) location="$OPTARG" ;;
|
l) location="$OPTARG" ;;
|
||||||
@@ -61,9 +64,11 @@ while getopts ":s:l:rfFdcAhx" opt; do
|
|||||||
d) delete="Y" ;;
|
d) delete="Y" ;;
|
||||||
c) clean="Y" ;;
|
c) clean="Y" ;;
|
||||||
e) expand="Y" ;;
|
e) expand="Y" ;;
|
||||||
A) recurse="Y" && search="find" && force="Y" && delete="Y" && expand="Y" ;;
|
t) expand="Y" ;;
|
||||||
|
A) recurse="Y" && search="find" && force="Y" && delete="Y" ;;
|
||||||
h) usage 0 ;;
|
h) usage 0 ;;
|
||||||
x) set -x ;;
|
x) set -x ;;
|
||||||
|
n) use_tag="N" ;;
|
||||||
*) echo "ERROR: Option $OPTARG not recognized." >&2 && usage 1 ;;
|
*) echo "ERROR: Option $OPTARG not recognized." >&2 && usage 1 ;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
@@ -112,6 +117,12 @@ $search "$location" | sort | while read image; do
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
new_image="${image//.$extension/}.$tag-$date_YYYYMMDD.$size.$extension"
|
new_image="${image//.$extension/}.$tag-$date_YYYYMMDD.$size.$extension"
|
||||||
|
if [[ "$use_tag" == "N" ]]; then
|
||||||
|
new_image="$image"
|
||||||
|
new_image="${new_image//.$extension/}"
|
||||||
|
new_image="${new_image//.$tag/}"
|
||||||
|
new_image="$new_image.$tag.$extension"
|
||||||
|
fi
|
||||||
|
|
||||||
## Clean Filename ##
|
## Clean Filename ##
|
||||||
# Prevent directory from having its name cleaned too.
|
# Prevent directory from having its name cleaned too.
|
||||||
@@ -152,7 +163,7 @@ $search "$location" | sort | while read image; do
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Skip if a compressed image was already created today.
|
# Skip if a compressed image was already created today.
|
||||||
if [[ -e "$new_image" || -e $new_image_clean ]]; then
|
if [[ (-e "$new_image" || -e $new_image_clean) && $use_tag == "Y" ]]; then
|
||||||
echo " SKIP: Image has already been shrunk previously, moving on."
|
echo " SKIP: Image has already been shrunk previously, moving on."
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|||||||
70
setup.sh
70
setup.sh
@@ -9,13 +9,18 @@ LOCAL=$DIR/local.yml
|
|||||||
URL="https://git.hyperling.com/me/env-ansible"
|
URL="https://git.hyperling.com/me/env-ansible"
|
||||||
BRANCH="main"
|
BRANCH="main"
|
||||||
|
|
||||||
|
config_dir="/usr/local/etc/hyperling-scm"
|
||||||
|
general_config="$config_dir/general.ini"
|
||||||
|
workstation_config="$config_dir/workstation.ini"
|
||||||
|
server_config="$config_dir/server.ini"
|
||||||
|
|
||||||
## Functions ##
|
## Functions ##
|
||||||
|
|
||||||
# Accepts 1 parameter, it is used as the exit status.
|
# Accepts 1 parameter, it is used as the exit status.
|
||||||
function usage {
|
function usage {
|
||||||
cat <<- EOF
|
cat <<- EOF
|
||||||
|
|
||||||
$PROG [-l] [-b branch_name] [-g] [-w] [-s] [-h]
|
$PROG [-l] [-b branch_name] [-g] [-w] [-s] [-f] [-h]
|
||||||
Program to initialize synchronization with Hyperling's Ansible configuration.
|
Program to initialize synchronization with Hyperling's Ansible configuration.
|
||||||
$URL
|
$URL
|
||||||
|
|
||||||
@@ -24,10 +29,11 @@ function usage {
|
|||||||
This is helpful for development or just saving bandwidth.
|
This is helpful for development or just saving bandwidth.
|
||||||
It also provides prettier colors than the plaintext from ansible-pull. ;)
|
It also provides prettier colors than the plaintext from ansible-pull. ;)
|
||||||
-b branch_name : Download and run a specific branch. Default is $BRANCH.
|
-b branch_name : Download and run a specific branch. Default is $BRANCH.
|
||||||
-g : Enable the General config with test contents.
|
-g : Enable the General config with test contents.
|
||||||
-w : Enable the Workstation config with test contents.
|
-w : Enable the Workstation config with test contents.
|
||||||
-s : Enable the Server config with test contents.
|
-s : Enable the Server config with test contents.
|
||||||
-h : Display this help text
|
-f : Display this system's facts.
|
||||||
|
-h : Display this help text.
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
exit $1
|
exit $1
|
||||||
@@ -35,13 +41,14 @@ function usage {
|
|||||||
|
|
||||||
## Parameter Parsing ##
|
## Parameter Parsing ##
|
||||||
|
|
||||||
while getopts ":lb:gwsh" arg; do
|
while getopts ":lb:gwsfh" arg; do
|
||||||
case $arg in
|
case $arg in
|
||||||
l) local="Y" && echo "Running $LOCAL as the playbook." ;;
|
l) local="Y" && echo "Running $LOCAL as the playbook." ;;
|
||||||
b) branch="$OPTARG" && echo "Using branch $branch instead of $BRANCH." ;;
|
b) branch="$OPTARG" && echo "Using branch $branch instead of $BRANCH." ;;
|
||||||
l) create_general="Y" && echo "Creating basic '$general_config'." ;;
|
g) create_general="Y" && echo "Requested '$general_config'." ;;
|
||||||
l) create_workstation="Y" && echo "Creating basic '$workstation_config'." ;;
|
w) create_workstation="Y" && echo "Requested '$workstation_config'." ;;
|
||||||
l) create_server="Y" && echo "Creating basic '$server_config'." ;;
|
s) create_server="Y" && echo "Requested '$server_config'." ;;
|
||||||
|
f) show_facts="Y" ;;
|
||||||
h) usage ;;
|
h) usage ;;
|
||||||
*) echo "ERROR: Parameter $OPTARG was not recognized." && usage 1 ;;
|
*) echo "ERROR: Parameter $OPTARG was not recognized." && usage 1 ;;
|
||||||
esac
|
esac
|
||||||
@@ -120,43 +127,70 @@ if [[ `which ansible > /dev/null; echo $?` != 0 ]]; then
|
|||||||
fi
|
fi
|
||||||
echo "Installed!"
|
echo "Installed!"
|
||||||
|
|
||||||
|
if [[ "$show_facts" == "Y" ]]; then
|
||||||
|
echo "Showing Ansible Facts"
|
||||||
|
ansible localhost -m setup --connection=local
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
#echo "Adding Ansible Collections..."
|
#echo "Adding Ansible Collections..."
|
||||||
#ansible-galaxy collection install community.general
|
#ansible-galaxy collection install community.general
|
||||||
#echo "Added!"
|
#echo "Added!"
|
||||||
|
|
||||||
# Create basic layouts if configs do not exist and are requested.
|
# Create basic layouts if configs do not exist and are requested.
|
||||||
|
|
||||||
|
if [[ -n "$create_general"
|
||||||
|
|| -n "$create_workstation"
|
||||||
|
|| -n "$create_server" ]]
|
||||||
|
then
|
||||||
|
sudo mkdir -pv "$config_dir"
|
||||||
|
MARK1="BEGIN"
|
||||||
|
MARK2="END"
|
||||||
|
fi
|
||||||
if [[ -n "$create_general" && ! -f "$general_config" ]]; then
|
if [[ -n "$create_general" && ! -f "$general_config" ]]; then
|
||||||
function print_general_contents {
|
function print_general_contents {
|
||||||
cat <<- EOF
|
cat <<- EOF
|
||||||
|
; $MARK1 MANAGED BY ANSIBLE | Generic Config
|
||||||
|
; $MARK2 MANAGED BY ANSIBLE | Generic Config
|
||||||
|
; TEST DATA
|
||||||
enable=true
|
enable=true
|
||||||
user=test
|
user=test
|
||||||
user_desc=Test
|
user_desc=Test
|
||||||
branch=$branch
|
branch=$branch
|
||||||
|
; TEST DATA
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
print_general_contents > "$general_config"
|
print_general_contents | sudo tee "$general_config"
|
||||||
|
ls -lh "$general_config"
|
||||||
fi
|
fi
|
||||||
if [[ -n "$create_workstation" && ! -f "$workstation_config" ]]; then
|
if [[ -n "$create_workstation" && ! -f "$workstation_config" ]]; then
|
||||||
function print_workstation_contents {
|
function print_workstation_contents {
|
||||||
cat <<- EOF
|
cat <<- EOF
|
||||||
|
; $MARK1 MANAGED BY ANSIBLE | Workstation Config
|
||||||
|
; $MARK2 MANAGED BY ANSIBLE | Workstation Config
|
||||||
|
; TEST DATA
|
||||||
enable=true
|
enable=true
|
||||||
user=test
|
coding=true
|
||||||
user_desc=Test
|
editing=false
|
||||||
branch=$branch
|
gaming=false
|
||||||
|
; TEST DATA
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
print_workstation_contents > "$workstation_config"
|
print_workstation_contents | sudo tee "$workstation_config"
|
||||||
|
ls -lh "$workstation_config"
|
||||||
fi
|
fi
|
||||||
if [[ -n "$create_server" && ! -f "$server_config" ]]; then
|
if [[ -n "$create_server" && ! -f "$server_config" ]]; then
|
||||||
function print_server_contents {
|
function print_server_contents {
|
||||||
cat <<- EOF
|
cat <<- EOF
|
||||||
|
; $MARK1 MANAGED BY ANSIBLE | Server Config
|
||||||
|
; $MARK2 MANAGED BY ANSIBLE | Server Config
|
||||||
|
; TEST DATA
|
||||||
enable=true
|
enable=true
|
||||||
user=test
|
; TEST DATA
|
||||||
user_desc=Test
|
|
||||||
branch=$branch
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
print_server_contents > "$server_config"
|
print_server_contents | sudo tee "$server_config"
|
||||||
|
ls -lh "$server_config"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Provisioning Ansible..."
|
echo "Provisioning Ansible..."
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
blockinfile:
|
blockinfile:
|
||||||
path: "{{ gen_file }}"
|
path: "{{ gen_file }}"
|
||||||
block: |
|
block: |
|
||||||
; Please note that all potions require lowercase keys and values.
|
; Please note that all portions require lowercase keys and values.
|
||||||
;
|
;
|
||||||
;;;;;;;;;;;;;;;;;;;; Basic Options ;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;; Basic Options ;;;;;;;;;;;;;;;;;;;;
|
||||||
;
|
;
|
||||||
@@ -144,6 +144,11 @@
|
|||||||
prod_port: "{{ lookup('ini', 'prod_port file={{gen_file}} default=22') }}"
|
prod_port: "{{ lookup('ini', 'prod_port file={{gen_file}} default=22') }}"
|
||||||
prod_user: "{{ lookup('ini', 'prod_user file={{gen_file}} default=user') }}"
|
prod_user: "{{ lookup('ini', 'prod_user file={{gen_file}} default=user') }}"
|
||||||
|
|
||||||
|
- name: General | Account Management | Provisioning Configuration | General | Boolean Check | Swap Block
|
||||||
|
set_fact:
|
||||||
|
swap_block: "{{ swap_block | bool }}"
|
||||||
|
when: swap_block in ("true", "false")
|
||||||
|
|
||||||
- name: General | Account Management | Provisioning Configuration | General | List
|
- name: General | Account Management | Provisioning Configuration | General | List
|
||||||
set_fact:
|
set_fact:
|
||||||
provision_variables: "{{ provision_variables | combine(item) }}"
|
provision_variables: "{{ provision_variables | combine(item) }}"
|
||||||
@@ -223,6 +228,11 @@
|
|||||||
mobile: "{{ lookup('ini', 'mobile file={{wrk_file}} default=false') | bool }}"
|
mobile: "{{ lookup('ini', 'mobile file={{wrk_file}} default=false') | bool }}"
|
||||||
redmode: "{{ lookup('ini', 'redmode file={{wrk_file}} default=true' ) | bool }}"
|
redmode: "{{ lookup('ini', 'redmode file={{wrk_file}} default=true' ) | bool }}"
|
||||||
|
|
||||||
|
- name: General | Account Management | Provisioning Configuration | Workstation | Boolean Check | Editing
|
||||||
|
set_fact:
|
||||||
|
editing: "{{ editing | bool }}"
|
||||||
|
when: editing in ("true", "false")
|
||||||
|
|
||||||
- name: General | Account Management | Provisioning Configuration | Workstation | List
|
- name: General | Account Management | Provisioning Configuration | Workstation | List
|
||||||
set_fact:
|
set_fact:
|
||||||
provision_variables: "{{ provision_variables | combine(item) }}"
|
provision_variables: "{{ provision_variables | combine(item) }}"
|
||||||
|
|||||||
@@ -145,7 +145,50 @@
|
|||||||
fi
|
fi
|
||||||
curl "https://wttr.in/${1//\ /+}"
|
curl "https://wttr.in/${1//\ /+}"
|
||||||
}
|
}
|
||||||
export_PS1: export PS1='[\u@\h \w]\$ '
|
export_PS1: |
|
||||||
|
## Prompts ##
|
||||||
|
|
||||||
|
# Old Trusty
|
||||||
|
#export PS1='[\u@\h \w]\$ '
|
||||||
|
|
||||||
|
# 20251201 - Add time.
|
||||||
|
#export PS1='[\t \u@\h \w]\$ '
|
||||||
|
|
||||||
|
# 20251201 - Add colors.
|
||||||
|
# This helps to determine the color palette numbers:
|
||||||
|
# https://robotmoon.com/bash-prompt-generator/
|
||||||
|
PURPLE=`tput setaf 5`
|
||||||
|
ORANGE=`tput setaf 214`
|
||||||
|
GREEN=`tput setaf 2`
|
||||||
|
|
||||||
|
RED=`tput setaf 9`
|
||||||
|
SCARLET=`tput setaf 1`
|
||||||
|
YELLOW=`tput setaf 226` # 11 does not seem to work
|
||||||
|
|
||||||
|
GRAY=`tput setaf 8`
|
||||||
|
|
||||||
|
RESET=`tput sgr0`
|
||||||
|
BOLD=`tput bold`
|
||||||
|
|
||||||
|
if [[ "$USER" == "root" || $UID == 0 ]]; then
|
||||||
|
CLR_BRACKETS=$BOLD$YELLOW
|
||||||
|
CLR_TIME=$BOLD$ORANGE
|
||||||
|
CLR_USER=$BOLD$SCARLET
|
||||||
|
CLR_DIR=$BOLD$RED
|
||||||
|
CLR_PROMPT=$BOLD$GRAY
|
||||||
|
else
|
||||||
|
CLR_BRACKETS=$RESET
|
||||||
|
CLR_TIME=$BOLD$PURPLE
|
||||||
|
CLR_USER=$BOLD$ORANGE
|
||||||
|
CLR_DIR=$BOLD$GREEN
|
||||||
|
CLR_PROMPT=$RESET
|
||||||
|
fi
|
||||||
|
|
||||||
|
export PS1='\[$CLR_BRACKETS\][\[$CLR_TIME\]\t \[$CLR_USER\]\u@\h \[$CLR_DIR\]\w\[$CLR_BRACKETS\]]\[$CLR_PROMPT\]\$ \[$RESET\]'
|
||||||
|
|
||||||
|
export PS2='\[$CLR_BRACKETS\](\[$CLR_TIME\]>\[$CLR_USER\]^\[$CLR_DIR\].\[$CLR_USER\]^\[$CLR_BRACKETS\])\[$CLR_TIME\]> \[$RESET\]'
|
||||||
|
|
||||||
|
## End Prompts ##
|
||||||
alias_remount: |
|
alias_remount: |
|
||||||
alias remount='
|
alias remount='
|
||||||
sudo umount /mnt/*
|
sudo umount /mnt/*
|
||||||
@@ -453,8 +496,8 @@
|
|||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
docker compose down &&
|
|
||||||
docker compose build &&
|
docker compose build &&
|
||||||
|
docker compose down &&
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
||||||
if [[ -n "$1" ]]; then
|
if [[ -n "$1" ]]; then
|
||||||
@@ -475,9 +518,9 @@
|
|||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
docker compose down &&
|
|
||||||
docker compose pull &&
|
docker compose pull &&
|
||||||
docker compose build &&
|
docker compose build &&
|
||||||
|
docker compose down &&
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
||||||
if [[ -n "$1" ]]; then
|
if [[ -n "$1" ]]; then
|
||||||
@@ -519,12 +562,12 @@
|
|||||||
docker ps
|
docker ps
|
||||||
return;
|
return;
|
||||||
fi
|
fi
|
||||||
echo "*** Going Down ***" &&
|
|
||||||
docker compose down &&
|
|
||||||
echo "*** Upgrading Images ***" &&
|
echo "*** Upgrading Images ***" &&
|
||||||
docker compose pull &&
|
docker compose pull &&
|
||||||
echo "*** Building Containers ***" &&
|
echo "*** Building Containers ***" &&
|
||||||
docker compose build &&
|
docker compose build &&
|
||||||
|
echo "*** Going Down ***" &&
|
||||||
|
docker compose down &&
|
||||||
echo "*** Starting Daemons ***" &&
|
echo "*** Starting Daemons ***" &&
|
||||||
docker compose up -d &&
|
docker compose up -d &&
|
||||||
echo "*** Following Log ***" &&
|
echo "*** Following Log ***" &&
|
||||||
@@ -554,6 +597,10 @@
|
|||||||
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
alias_docker_other: |
|
||||||
|
alias docker-stop="docker compose down"
|
||||||
|
alias docker-start="docker compose up -d && docker compose start"
|
||||||
|
alias docker-prep="docker compose pull && docker compose build"
|
||||||
alias_code_check: |
|
alias_code_check: |
|
||||||
alias code-check='
|
alias code-check='
|
||||||
echo "Checking ~/Code directory for git changes."
|
echo "Checking ~/Code directory for git changes."
|
||||||
@@ -953,7 +1000,7 @@
|
|||||||
|
|
||||||
if [[ "$rcvr" == "main" ]]; then
|
if [[ "$rcvr" == "main" ]]; then
|
||||||
echo "*** ERROR: Are you nuts, fool!? Not main! Do it manually! ***"
|
echo "*** ERROR: Are you nuts, fool!? Not main! Do it manually! ***"
|
||||||
exit 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z "$base" ]]; then
|
if [[ -z "$base" ]]; then
|
||||||
@@ -963,7 +1010,7 @@
|
|||||||
base="dev"
|
base="dev"
|
||||||
else
|
else
|
||||||
echo "* Unsure which branch to use for '$rcvr'. Please specify."
|
echo "* Unsure which branch to use for '$rcvr'. Please specify."
|
||||||
exit 1
|
return 1
|
||||||
fi
|
fi
|
||||||
echo "* Base was not specified, using '$base' for '$rcvr'."
|
echo "* Base was not specified, using '$base' for '$rcvr'."
|
||||||
else
|
else
|
||||||
@@ -1007,12 +1054,67 @@
|
|||||||
alias reset-prod="load-branch prod main"
|
alias reset-prod="load-branch prod main"
|
||||||
alias reset-stage="load-branch stage main"
|
alias reset-stage="load-branch stage main"
|
||||||
alias reset-dev="load-branch dev main"
|
alias reset-dev="load-branch dev main"
|
||||||
|
function check-code-branches {
|
||||||
|
for dir in ~/Code/*/; do
|
||||||
|
cd $dir
|
||||||
|
pwd
|
||||||
|
git ls-remote --heads
|
||||||
|
echo " "
|
||||||
|
cd ..
|
||||||
|
done
|
||||||
|
}
|
||||||
|
alias check-branches="check-code-branches"
|
||||||
|
alias check-branch="git ls-remote --heads"
|
||||||
|
alias branch-check="check-branch"
|
||||||
alias_reload_bash: |
|
alias_reload_bash: |
|
||||||
alias reload-bash="source ~/.bashrc"
|
alias reload-bash="source ~/.bashrc"
|
||||||
alias bash-reload="reload-bash"
|
alias bash-reload="reload-bash"
|
||||||
alias shell-reload="reload-bash"
|
alias shell-reload="reload-bash"
|
||||||
alias reload-shell="reload-bash"
|
alias reload-shell="reload-bash"
|
||||||
alias reload="reload-bash"
|
alias reload="reload-bash"
|
||||||
|
alias_hugo_server: |
|
||||||
|
alias hugo-server-dev="hugo server -D --gc" # --ignoreCache --noHTTPCache --disableFastRender"
|
||||||
|
alias hugo-server-stage="hugo server --gc" # --noHTTPCache --disableFastRender"
|
||||||
|
alias hugo-server-prod="hugo server --gc --minify"
|
||||||
|
alias hugo-server="hugo-server-dev"
|
||||||
|
global_functions: |
|
||||||
|
for global_function in "{{ global_bin }}/"*".function"; do
|
||||||
|
if [[ -f "$global_function" ]]; then
|
||||||
|
. "$global_function"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
alias_flatpak_clean: |
|
||||||
|
alias flatpak-clean="flatpak uninstall --unused"
|
||||||
|
alias_commit: |
|
||||||
|
function commit_usage {
|
||||||
|
echo 'Usage: commit "This is a commit message"'
|
||||||
|
}
|
||||||
|
function commit {
|
||||||
|
if [[ -z "$1" ]]; then
|
||||||
|
echo "ERROR: Message must be provided."
|
||||||
|
commit_usage
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
if [[ "$1" == "-h"* || "$1" == "--h"* ]]; then
|
||||||
|
commit_usage
|
||||||
|
fi
|
||||||
|
message="$1"
|
||||||
|
git add . &&
|
||||||
|
git commit -m "$message" &&
|
||||||
|
git push
|
||||||
|
|
||||||
|
status="$?"
|
||||||
|
return "$status"
|
||||||
|
}
|
||||||
|
function_loop: |
|
||||||
|
function loop {
|
||||||
|
cmd="$1"
|
||||||
|
while true; do
|
||||||
|
$cmd
|
||||||
|
done;
|
||||||
|
}
|
||||||
|
alias try="loop "
|
||||||
|
|
||||||
|
|
||||||
- name: General | Account Management | Users | Files | Common Variable
|
- name: General | Account Management | Users | Files | Common Variable
|
||||||
set_fact:
|
set_fact:
|
||||||
@@ -1091,6 +1193,12 @@
|
|||||||
{{ alias_sudo }}
|
{{ alias_sudo }}
|
||||||
{{ function_load_branch }}
|
{{ function_load_branch }}
|
||||||
{{ alias_reload_bash }}
|
{{ alias_reload_bash }}
|
||||||
|
{{ alias_hugo_server }}
|
||||||
|
{{ global_functions }}
|
||||||
|
{{ alias_docker_other }}
|
||||||
|
{{ alias_flatpak_clean }}
|
||||||
|
{{ alias_commit }}
|
||||||
|
{{ function_loop }}
|
||||||
|
|
||||||
- name: General | Account Management | Users | Files | .bashrc
|
- name: General | Account Management | Users | Files | .bashrc
|
||||||
blockinfile:
|
blockinfile:
|
||||||
@@ -1160,3 +1268,17 @@
|
|||||||
- .bashrc
|
- .bashrc
|
||||||
- .zshrc
|
- .zshrc
|
||||||
- .vimrc
|
- .vimrc
|
||||||
|
|
||||||
|
|
||||||
|
- name: General | Account Management | Users | Files | Helper Functions (Reset)
|
||||||
|
shell: "rm -v {{ global_bin }}/*.function"
|
||||||
|
|
||||||
|
- name: General | Account Management | Users | Files | Helper Functions
|
||||||
|
copy:
|
||||||
|
src: "{{ item }}"
|
||||||
|
dest: "{{ global_bin }}"
|
||||||
|
owner: root
|
||||||
|
group: "{{ root_group }}"
|
||||||
|
mode: 0755
|
||||||
|
with_fileglob:
|
||||||
|
- "functions/*.function"
|
||||||
|
|||||||
@@ -82,6 +82,15 @@
|
|||||||
when: ansible_distribution == "Ubuntu"
|
when: ansible_distribution == "Ubuntu"
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
|
||||||
|
- name: General | Software | Packages | Add Generic Kernel + Headers (Debian)
|
||||||
|
package:
|
||||||
|
name:
|
||||||
|
- linux-image-amd64
|
||||||
|
- linux-headers-amd64
|
||||||
|
state: present
|
||||||
|
when: ansible_distribution == "Debian"
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: General | Software | Services | Install killall (Looking at you, Debian)
|
- name: General | Software | Services | Install killall (Looking at you, Debian)
|
||||||
package:
|
package:
|
||||||
name: psmisc
|
name: psmisc
|
||||||
|
|||||||
@@ -36,7 +36,6 @@
|
|||||||
flatpaks_generic:
|
flatpaks_generic:
|
||||||
- { app: "org.mozilla.firefox", name: "firefox-flatpak", extra: "" }
|
- { app: "org.mozilla.firefox", name: "firefox-flatpak", extra: "" }
|
||||||
- { app: "io.gitlab.librewolf-community", name: "librewolf", extra: "" }
|
- { app: "io.gitlab.librewolf-community", name: "librewolf", extra: "" }
|
||||||
- { app: "chat.simplex.simplex", name: "simplex", extra: "" }
|
|
||||||
- { app: "org.signal.Signal", name: "signal", extra: "" }
|
- { app: "org.signal.Signal", name: "signal", extra: "" }
|
||||||
- { app: "im.riot.Riot", name: "element", extra: "" }
|
- { app: "im.riot.Riot", name: "element", extra: "" }
|
||||||
- { app: "org.telegram.desktop", name: "telegram", extra: "" }
|
- { app: "org.telegram.desktop", name: "telegram", extra: "" }
|
||||||
@@ -44,6 +43,7 @@
|
|||||||
- { app: "org.libreoffice.LibreOffice", name: "office", extra: "" }
|
- { app: "org.libreoffice.LibreOffice", name: "office", extra: "" }
|
||||||
- { app: "com.transmissionbt.Transmission", name: "transmission", extra: "" }
|
- { app: "com.transmissionbt.Transmission", name: "transmission", extra: "" }
|
||||||
- { app: "app.grayjay.Grayjay", name: "grayjay", extra: "" }
|
- { app: "app.grayjay.Grayjay", name: "grayjay", extra: "" }
|
||||||
|
- { app: "com.github.xournalpp.xournalpp", name: "xournal", extra: "" }
|
||||||
flatpaks_coding:
|
flatpaks_coding:
|
||||||
- { app: "com.vscodium.codium", name: "codium-flatpak", extra: "" }
|
- { app: "com.vscodium.codium", name: "codium-flatpak", extra: "" }
|
||||||
- { app: "com.google.AndroidStudio", name: "android-studio", extra: "" }
|
- { app: "com.google.AndroidStudio", name: "android-studio", extra: "" }
|
||||||
@@ -57,6 +57,7 @@
|
|||||||
- { app: "org.tenacityaudio.Tenacity", name: "tenacity", extra: "" }
|
- { app: "org.tenacityaudio.Tenacity", name: "tenacity", extra: "" }
|
||||||
- { app: "io.lmms.LMMS", name: "lmms", extra: "" }
|
- { app: "io.lmms.LMMS", name: "lmms", extra: "" }
|
||||||
- { app: "net.sourceforge.VMPK", name: "vmpk", extra: "" }
|
- { app: "net.sourceforge.VMPK", name: "vmpk", extra: "" }
|
||||||
|
- { app: "org.musicbrainz.Picard", name: "picard", extra: "" }
|
||||||
flatpaks_gaming:
|
flatpaks_gaming:
|
||||||
- { app: "com.valvesoftware.Steam", name: "steam", extra: "" }
|
- { app: "com.valvesoftware.Steam", name: "steam", extra: "" }
|
||||||
- { app: "com.play0ad.zeroad", name: "zeroad", extra: "" }
|
- { app: "com.play0ad.zeroad", name: "zeroad", extra: "" }
|
||||||
@@ -72,11 +73,12 @@
|
|||||||
# 2022-11-20 No longer using any of these and they're taking up a lot of space. #
|
# 2022-11-20 No longer using any of these and they're taking up a lot of space. #
|
||||||
- { app: "com.jetbrains.PyCharm-Community", name: "pycharm", extra: "" }
|
- { app: "com.jetbrains.PyCharm-Community", name: "pycharm", extra: "" }
|
||||||
# End 2022-11-20 #
|
# End 2022-11-20 #
|
||||||
- { app: "io.lbry.lbry-app", name: "lbry", extra: "dbus-launch" } # No longer supported, noticed 2023-09-01.
|
- { app: "io.lbry.lbry-app", name: "lbry", extra: "dbus-launch" } # 2023-09-01, Noticed it is no longer supported.
|
||||||
- { app: "chat.delta.desktop", name: "deltachat", extra: "" } # No longer used, removed 2023-12-18.
|
- { app: "chat.delta.desktop", name: "deltachat", extra: "" } # 2023-12-18, No longer used.
|
||||||
- { app: "org.gnome.Geary", name: "geary", extra: "" } # No longer used, removed 2024-12-15
|
- { app: "org.gnome.Geary", name: "geary", extra: "" } # 2024-12-15, No longer used.
|
||||||
- { app: "org.rncbc.qsynth", name: "qsynth", extra: "" } # 2024-12-15, Not worth the setup, use LMMS or VMPK.
|
- { app: "org.rncbc.qsynth", name: "qsynth", extra: "" } # 2024-12-15, Not worth the setup, use LMMS or VMPK.
|
||||||
- { app: "org.godotengine.Godot", name: "godot", extra: "" } # 20250831 Stopped playing with this months / years ago.
|
- { app: "org.godotengine.Godot", name: "godot", extra: "" } # 2025-08-31, Stopped playing with this months / years ago. Seemed cool but Flutter is working well for this purpose.
|
||||||
|
- { app: "chat.simplex.simplex", name: "simplex", extra: "" } # 2025-11-22, Takes a ton of space and does not work without interacting with phone.
|
||||||
|
|
||||||
# Generic #
|
# Generic #
|
||||||
|
|
||||||
|
|||||||
@@ -40,6 +40,7 @@
|
|||||||
- "{{ evolution }}*"
|
- "{{ evolution }}*"
|
||||||
- gparted
|
- gparted
|
||||||
- hugo
|
- hugo
|
||||||
|
- wireless-tools
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Workstation | Linux | Software | Packages | GS Connect (KDE Connect, Android Tool)
|
- name: Workstation | Linux | Software | Packages | GS Connect (KDE Connect, Android Tool)
|
||||||
|
|||||||
@@ -12,9 +12,6 @@
|
|||||||
, 'org.gnome.Nautilus.desktop'
|
, 'org.gnome.Nautilus.desktop'
|
||||||
, 'io.gitlab.librewolf-community.desktop', 'librewolf.desktop'
|
, 'io.gitlab.librewolf-community.desktop', 'librewolf.desktop'
|
||||||
, 'org.mozilla.firefox.desktop', 'firefox.desktop'
|
, 'org.mozilla.firefox.desktop', 'firefox.desktop'
|
||||||
, 'org.signal.Signal.desktop', 'signal-desktop.desktop'
|
|
||||||
, 'org.telegram.desktop.desktop'
|
|
||||||
, 'com.discordapp.Discord.desktop'
|
|
||||||
, 'com.vscodium.codium.desktop'
|
, 'com.vscodium.codium.desktop'
|
||||||
, 'codium.desktop'
|
, 'codium.desktop'
|
||||||
, 'org.shotcut.Shotcut.desktop'
|
, 'org.shotcut.Shotcut.desktop'
|
||||||
@@ -23,6 +20,10 @@
|
|||||||
, 'io.lbry.lbry-app.desktop', 'lbry.desktop'
|
, 'io.lbry.lbry-app.desktop', 'lbry.desktop'
|
||||||
, 'com.valvesoftware.Steam.desktop'
|
, 'com.valvesoftware.Steam.desktop'
|
||||||
, 'net.lutris.Lutris.desktop'
|
, 'net.lutris.Lutris.desktop'
|
||||||
|
, 'mullvad-vpn.desktop'
|
||||||
|
, 'org.signal.Signal.desktop', 'signal-desktop.desktop'
|
||||||
|
, 'org.telegram.desktop.desktop'
|
||||||
|
, 'com.discordapp.Discord.desktop'
|
||||||
]"
|
]"
|
||||||
dconf_terminal: gnome-terminal
|
dconf_terminal: gnome-terminal
|
||||||
dconf_theme: Adwaita-dark
|
dconf_theme: Adwaita-dark
|
||||||
@@ -273,6 +274,13 @@
|
|||||||
|
|
||||||
dconf write /org/gnome/desktop/media-handling/autorun-never true && inc_dconf &&
|
dconf write /org/gnome/desktop/media-handling/autorun-never true && inc_dconf &&
|
||||||
|
|
||||||
|
## Gnome Terminal ##
|
||||||
|
|
||||||
|
# TBD: Do not start new tabs in previous tab's directory.
|
||||||
|
# The profile ID is likely unique and will need to be retrieved first.
|
||||||
|
#/org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/preserve-working-directory
|
||||||
|
#'never'
|
||||||
|
|
||||||
## Success ##
|
## Success ##
|
||||||
|
|
||||||
sleep 0 ||
|
sleep 0 ||
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# https://dwm.suckless.org/
|
# https://dwm.suckless.org/
|
||||||
# https://sites.google.com/site/lazyboxx/-articles/dwm-a-newbie-s-guide#TOC-Status-Bar
|
# https://sites.google.com/site/lazyboxx/-articles/dwm-a-newbie-s-guide#TOC-Status-Bar
|
||||||
|
|
||||||
#TODO: Move this to tasks/shared/ pasth rather than tasks/linux/.
|
#TODO: Move this to tasks/shared/ path rather than tasks/linux/.
|
||||||
#TODO: Generate files based on blockinfile.
|
#TODO: Generate files based on blockinfile.
|
||||||
#TODO: Fix config.mk for FreeBSD automatically (use /usr/local/ for libs not /usr/X11RC/)
|
#TODO: Fix config.mk for FreeBSD automatically (use /usr/local/ for libs not /usr/X11RC/)
|
||||||
#TODO: scm.sh to use bash variable so that FreeBSD correctly hits /usr/local/bin/bash.
|
#TODO: scm.sh to use bash variable so that FreeBSD correctly hits /usr/local/bin/bash.
|
||||||
@@ -78,3 +78,16 @@
|
|||||||
owner: root
|
owner: root
|
||||||
group: "{{ root_group }}"
|
group: "{{ root_group }}"
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
||||||
|
|
||||||
|
## Status Bar ##
|
||||||
|
|
||||||
|
- name: Workstation | Linux | Software | DWM | Status Bar Function
|
||||||
|
copy:
|
||||||
|
src: "{{ item }}"
|
||||||
|
dest: "{{ global_bin }}"
|
||||||
|
owner: root
|
||||||
|
group: "{{ root_group }}"
|
||||||
|
mode: 0755
|
||||||
|
with_fileglob:
|
||||||
|
- "dwm/*.function"
|
||||||
|
|||||||
Reference in New Issue
Block a user