Add audiobook hosts

This commit is contained in:
Timo Makinen 2025-03-01 19:11:33 +00:00
parent 4c7c0e3261
commit ae7ec4680f
4 changed files with 43 additions and 0 deletions

25
playbooks/audiobooks.yml Normal file
View file

@ -0,0 +1,25 @@
---
- name: Deploy KVM virtual machines
ansible.builtin.import_playbook: include/deploy-kvm-guest.yml
vars:
myhosts: audiobooks
- name: Configure instance
hosts: audiobooks
user: root
gather_facts: true
pre_tasks:
- name: Mount /export
ansible.posix.mount:
name: /export
src: LABEL=/export
fstype: xfs
opts: noatime,nosuid,nodev
passno: "0"
dump: "0"
state: mounted
roles:
- base
- audiobookshelf