From 499e1e4de447f6ee56ca9d48048a6dcfbc8b3d57 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 7 Jan 2019 21:12:48 +0100 Subject: [PATCH] add mpd role completed --- README.md | 8 ++++---- host_vars/fixe-pc | 2 ++ host_vars/nas | 2 ++ workstation.yml | 1 + 4 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 host_vars/fixe-pc create mode 100644 host_vars/nas diff --git a/README.md b/README.md index 9e5188c..fefdcf8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ -install wm software -install worstation software (firefox keepass,pulseaudio,ncmpcc) -- [ ] mpD role +- [X] mpd role - [ ] syncthing role @@ -35,7 +35,7 @@ - install ansible aur module - soft install (zsh,vim,) - - + - [X] user profil config @@ -49,9 +49,9 @@ - config - -backup - [ ] tt-rss role - -depend nginx & madiadb role + - depend nginx & madiadb role - [ ] gitea role - -depend of mariadb role + - depend of mariadb role - [ ] dns role - [ ] rsyncd role diff --git a/host_vars/fixe-pc b/host_vars/fixe-pc new file mode 100644 index 0000000..487e2bd --- /dev/null +++ b/host_vars/fixe-pc @@ -0,0 +1,2 @@ +##ansible_python_interpreter: /usr/bin/python2 +music_directory: '/mnt/diskstation/music' \ No newline at end of file diff --git a/host_vars/nas b/host_vars/nas new file mode 100644 index 0000000..e480a64 --- /dev/null +++ b/host_vars/nas @@ -0,0 +1,2 @@ +##ansible_python_interpreter: /usr/bin/python2 +##music_directory: '/mnt/diskstation/music' \ No newline at end of file diff --git a/workstation.yml b/workstation.yml index a7d489e..fa04dbf 100644 --- a/workstation.yml +++ b/workstation.yml @@ -5,5 +5,6 @@ - user_config - ansible-manager - autofs + - mpd # - Windows_manager