X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian%2Finit-local-phd.yml;h=39c4100b7184a9652bddf47184192daf5298968a;hb=c3fd264790a7e3092afd2f671e79beab3163a083;hp=9bf3ac3830f11c1c74feb258406504a3a6d1a695;hpb=412c5f3f80f4aadecce7e27f6d0f8616a665f48d;p=ansible.git diff --git a/playbooks/debian/init-local-phd.yml b/playbooks/debian/init-local-phd.yml index 9bf3ac3..39c4100 100644 --- a/playbooks/debian/init-local-phd.yml +++ b/playbooks/debian/init-local-phd.yml @@ -26,13 +26,37 @@ autoremove: yes cache_valid_time: 3600 install_recommends: no - name: ['fvwm', 'hibernate', 'mpv', 'pavucontrol', 'pulseaudio', - 'rxvt-unicode', 'uswsusp', - 'x11-apps', 'x11-xserver-utils', 'xbindkeys', 'xinit', - 'xli', 'xloadimage', 'xorg', 'xscreensaver', 'xserver-xorg', + name: ['acpi', 'audacious', 'chromium', 'fuse-convmvfs', 'curlftpfs', + 'docutils-doc', 'fbreader', 'fvwm', 'gxmessage', + 'hibernate', 'imagemagick', 'imagemagick-doc', + 'libdbus-1-3', # for Firefox + 'mpv', 'ntfs-3g', 'pavucontrol', + 'pidgin', 'pidgin-awayonlock', 'pidgin-encryption', + 'pidgin-extprefs', 'pidgin-mra', 'pidgin-openpgp', 'pidgin-otr', + 'pidgin-plugin-pack', 'pidgin-privacy-please', 'pidgin-skype', + 'pinentry-gtk2', 'pulseaudio', + 'qpdfview', 'rxvt-unicode', 'sqlite3-doc', 'sshfs', 'uswsusp', + 'vim-doc', 'vim-gtk3', + 'x11-apps', 'x11-xserver-utils', 'xbindkeys', 'xclip', 'xinit', + 'xli', 'xloadimage', 'xsel', + 'xorg', 'xscreensaver', 'xserver-xorg', 'xserver-xorg-input-kbd', 'xserver-xorg-input-mouse', 'xserver-xorg-input-synaptics', 'xserver-xorg-legacy', 'xserver-xorg-video-vesa', 'xxkb', ] state: latest update_cache: yes + - name: Mount cgroups + mount: + path: /sys/fs/cgroup + src: none + opts: memory + state: mounted + fstype: cgroup + - name: Mount webdav.yandex.ru + mount: + path: /mnt + src: https://webdav.yandex.ru + opts: noauto,user + state: present + fstype: davfs