ansible/tasks.sh
2020-04-29 21:51:12 +01:00

30 lines
No EOL
880 B
Bash

#!/bin/sh
# add a check for .files
./.files/install --config ~/.files/install.conf.yaml
sudo pip3 install ansible
# Patch ansible/modules/net_tools/nmcli.py https://raw.githubusercontent.com/torvitas/ansible/4945040510ff0c38e03ae0e06dec0909418d3dc4/lib/ansible/modules/net_tools/nmcli.py
sudo mdadm --stop /dev/md127
sudo mdadm --assemble /dev/md0 --name=kudos --update=name /dev/sd[bcdef]
sudo mdadm --detail --scan >> /etc/mdadm/mdadm.conf
# write mdadm stuff to initramfs
sudo update-initramfs -u -k all
sudo ansible-playbook -i hosts kudos.yml
> sudo add-apt-repository ppa:appimagelauncher-team/stable
> sudo apt update
> sudo apt install appimagelauncher
https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-3.0.1.AppImage
alsamixer for low steelseries audio volume
# Add key to keychain
SSH_ASKPASS=/usr/libexec/seahorse/ssh-askpass ssh-add id_rsa </dev/null