Skip to content
Snippets Groups Projects
Select Git revision
  • a430a0c85fe7fdd9b542e4316a4b434c340178ab
  • master default protected
2 results

install_clamav.yml

Blame
  • configure_local_mounts.yml 194 B
    ---
    - name: Mount tmpfs for non-persistent and fast /tmp directory
      mount:
        boot: "yes"
        fstype: "tmpfs"
        opts: "defaults,size=2G"
        path: "/tmp"
        src: "tmpfs"
        state: mounted