]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/init-local-phd.yml
Refactor(init-local-phd): Use module `mount`
[ansible.git] / playbooks / debian / init-local-phd.yml
index 9bf3ac3830f11c1c74feb258406504a3a6d1a695..f3f79a203b370184203e14479078737fb6eaf2ad 100644 (file)
         ]
         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