273ad53f25721b70b020079230de4a28904d493c
[csit.git] / resources / tools / testbed-setup / ansible / roles / performance_tuning / tasks / ubuntu_bionic.yaml
1 ---
2 # file: roles/performance_tuning/tasks/ubuntu_bionic.yaml
3
4 - name: Ubuntu Bionic - Mount /tmp as tmpfs I
5   copy:
6     src: "/usr/share/systemd/tmp.mount"
7     dest: "/etc/systemd/system/tmp.mount"
8     remote_src: yes
9   tags:
10     - machine-optimizations
11
12 - name: Ubuntu Bionic - Mount /tmp as tmpfs II
13   systemd:
14     name: "tmp.mount"
15     daemon_reload: yes
16     enabled: yes
17   tags:
18     - machine-optimizations