]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/init-local-phd.yml
Feat(init-local-phd): Install `gvim`
[ansible.git] / playbooks / debian / init-local-phd.yml
index 9bf3ac3830f11c1c74feb258406504a3a6d1a695..2350b8a2ec5b129d5aba27493bbbac4b7c347b93 100644 (file)
         autoremove: yes
         cache_valid_time: 3600
         install_recommends: no
-        name: ['fvwm', 'hibernate', 'mpv', 'pavucontrol', 'pulseaudio',
-               'rxvt-unicode', 'uswsusp',
+        name: ['acpi', 'chromium', 'fvwm', 'gxmessage', 'hibernate',
+               'libdbus-1-3', # for Firefox
+               'mpv', 'openvpn', 'pavucontrol', 'pinentry-gtk2', 'pulseaudio',
+               'rxvt-unicode', 'uswsusp', 'vim-gtk3',
                'x11-apps', 'x11-xserver-utils', 'xbindkeys', 'xinit',
                'xli', 'xloadimage', 'xorg', 'xscreensaver', 'xserver-xorg',
                'xserver-xorg-input-kbd', 'xserver-xorg-input-mouse',
         ]
         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