feat: add gammastep systemd service and bind cliphist and the later to swaysession

This commit is contained in:
Matthieu Bessat 2024-06-06 11:31:30 +02:00
parent 5ccf9f2247
commit a75a2cc1bc
6 changed files with 33 additions and 8 deletions

View file

@ -18,7 +18,7 @@ ln -s $workdir $base/vm_files
ansible-playbook $base/workstation.yaml \
-v \
-u "mbess" \
-i "inventory.yml" \
-i "inventory.yaml" \
--ssh-extra-args "-o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 22 -i ./master_sshkey" \
--extra-vars "@$workdir/vars.yaml" \
--extra-vars "ansible_sudo_pass=pidell43"