feat: systemd service for mount

This commit is contained in:
Matthieu Bessat 2024-06-11 17:22:00 +02:00
parent 3ec8b1d1e7
commit b8e71be310
14 changed files with 91 additions and 39 deletions

View file

@ -22,9 +22,8 @@ ln -s $workdir $base/vm_files
ansible-playbook $base/workstation.yaml \
-v \
--ask-become-pass \
-u "mbess" \
-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" \
--start-at-task "Install pip packages"
$@