浏览代码

working on changes, and debugging

master
Erin Sims 2 年前
父节点
当前提交
b45c3ea6fc
共有 2 个文件被更改,包括 14 次插入2 次删除
  1. +3
    -1
      playbooks/mpdb.yaml
  2. +11
    -1
      playbooks/mpdf.yaml

+ 3
- 1
playbooks/mpdb.yaml 查看文件

@@ -18,7 +18,7 @@
gapless_mp3_playback: yes
save_absolute_paths_in_playlists: yes
metadata_to_use: artist,album,title,track,name,genre,date,composer,performer,disc
auto_update: no
auto_update: yes
auto_update_depth: 3
follow_outside_symlinks: no
follow_inside_symlinks: no
@@ -44,6 +44,8 @@
name:
- mpd
- mpc
- libflac8
- lame
state: latest
update_cache: yes
- name: setup config on hosts


+ 11
- 1
playbooks/mpdf.yaml 查看文件

@@ -19,7 +19,7 @@
gapless_mp3_playback: yes
save_absolute_paths_in_playlists: yes
metadata_to_use: artist,album,title,track,name,genre,date,composer,performer,disc
auto_update: no
auto_update: yes
auto_update_depth: 3
follow_outside_symlinks: no
follow_inside_symlinks: no
@@ -50,6 +50,16 @@
name: mpd
state: latest
update_cache: yes
- name: Install mpdb on hosts
apt:
name:
- mpd
- mpc
- libflac8
- lame
state: latest
update_cache: yes
- name: setup config on hosts
template:
src: mpdf.conf.j2


正在加载...
取消
保存